Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 625 Bytes

File metadata and controls

36 lines (27 loc) · 625 Bytes

Employee Management System

A web application to manage employee details, attendance, leave requests, and payroll.

Technologies

  • Backend: .NET Core
  • Database: SQL Server
  • Authentication: JWT

Setup

  1. Clone the repository:

    git clone https://github.com/lahiruudayakumara/employee-managment-system-dot-net.git
  2. Navigate to the project folder:

    cd employee-managment-system-dot-net
  3. Restore dependencies:

    dotnet restore
  4. Apply database migrations:

    dotnet ef database update
  5. Run the app:

    dotnet run