![]() |
VOOZH | about |
dotnet add package Aiursoft.EmployeeCenter.MySql --version 1.0.97
NuGet\Install-Package Aiursoft.EmployeeCenter.MySql -Version 1.0.97
<PackageReference Include="Aiursoft.EmployeeCenter.MySql" Version="1.0.97" />
<PackageVersion Include="Aiursoft.EmployeeCenter.MySql" Version="1.0.97" />Directory.Packages.props
<PackageReference Include="Aiursoft.EmployeeCenter.MySql" />Project file
paket add Aiursoft.EmployeeCenter.MySql --version 1.0.97
#r "nuget: Aiursoft.EmployeeCenter.MySql, 1.0.97"
#:package Aiursoft.EmployeeCenter.MySql@1.0.97
#addin nuget:?package=Aiursoft.EmployeeCenter.MySql&version=1.0.97Install as a Cake Addin
#tool nuget:?package=Aiursoft.EmployeeCenter.MySql&version=1.0.97Install as a Cake Tool
👁 MIT licensed
👁 Website
👁 Docker
Employee Center is a project for managing employee information, attendance, leaves, and more. It is built with ASP.NET Core and provides a user-friendly interface for both employees and administrators.
Default user name is admin@default.com and default password is Admin@123456!.
Try a running Employee Center here.
The following script will install\update this app on your Ubuntu server. Supports Ubuntu 25.04.
On your Ubuntu server, run the following command:
curl -sL https://github.com/aiursoftweb/employeeCenter/raw/master/install.sh | sudo bash
Of course it is suggested that append a custom port number to the command:
curl -sL https://github.com/aiursoftweb/employeeCenter/raw/master/install.sh | sudo bash -s 8080
It will install the app as a systemd service, and start it automatically. Binary files will be located at /opt/apps. Service files will be located at /etc/systemd/system.
Requirements about how to run
npm install at wwwroot folder to install the dependencies.dotnet run to run the app..sln file in the project path.F5 to run the app.First, install Docker here.
Then run the following commands in a Linux shell:
image=aiursoft/employeecenter
appName=employeecenter
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image
That will start a web server at http://localhost:5000 and you can test the app.
The docker image has the following context:
| Properties | Value |
|---|---|
| Image | aiursoft/employeecenter |
| Ports | 5000 |
| Binary path | /app |
| Data path | /data |
| Config path | /data/appsettings.json |
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.
We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Aiursoft.EmployeeCenter.MySql:
| Package | Downloads |
|---|---|
|
Aiursoft.EmployeeCenter
Nuget package of 'EmployeeCenter' provided by Aiursoft |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.97 | 95 | 6/10/2026 |
| 1.0.96 | 93 | 6/10/2026 |
| 1.0.95 | 107 | 6/8/2026 |
| 1.0.94 | 90 | 6/8/2026 |
| 1.0.93 | 94 | 6/2/2026 |
| 1.0.92 | 95 | 5/29/2026 |
| 1.0.91 | 102 | 5/16/2026 |
| 1.0.90 | 113 | 4/22/2026 |
| 1.0.89 | 98 | 4/22/2026 |
| 1.0.88 | 106 | 4/15/2026 |
| 1.0.87 | 105 | 4/15/2026 |
| 1.0.86 | 102 | 4/14/2026 |
| 1.0.85 | 107 | 4/14/2026 |
| 1.0.84 | 107 | 4/13/2026 |
| 1.0.83 | 103 | 4/12/2026 |
| 1.0.82 | 112 | 4/6/2026 |
| 1.0.81 | 116 | 3/13/2026 |
| 1.0.80 | 113 | 3/13/2026 |
| 1.0.79 | 111 | 3/11/2026 |
| 1.0.78 | 117 | 3/10/2026 |