A web application to manage employee details, attendance, leave requests, and payroll.
- Backend: .NET Core
- Database: SQL Server
- Authentication: JWT
-
Clone the repository:
git clone https://github.com/lahiruudayakumara/employee-managment-system-dot-net.git
-
Navigate to the project folder:
cd employee-managment-system-dot-net -
Restore dependencies:
dotnet restore
-
Apply database migrations:
dotnet ef database update
-
Run the app:
dotnet run