Skip to content

mdfaaeq/EmpTrackPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

EmpTrackPro

A basic Employee Management System built with C#, ASP.NET Core MVC, and Microsoft SQL Server.
This application supports CRUD (Create, Read, Update, Delete) operations on employee records with a clean, user-friendly web interface.


About

EmpTrackPro is a lightweight and efficient web application designed to help organizations manage employee information easily.
It features employee details such as name, email, phone number, department, designation, date of joining, and salary.
Built using ASP.NET Core MVC and Entity Framework Core, it demonstrates best practices in web development and database integration.


Features

  • Add new employees with validation
  • View a list of all employees
  • Edit existing employee information
  • Delete employee records
  • Department selection from a predefined list
  • Responsive UI using Razor Views

Technologies Used

  • C#
  • ASP.NET Core MVC
  • Entity Framework Core
  • Microsoft SQL Server
  • Bootstrap (for styling)

Getting Started

Prerequisites

  • .NET 8 SDK or later
  • Microsoft SQL Server instance
  • IDE like Visual Studio or VS Code

Setup Instructions

  1. Clone this repository:

    git clone https://github.com/mdfaaeq/EmpTrackPro.git
    cd EmpTrackPro
  2. Update the connection string in appsettings.json with your SQL Server details.

  3. Apply database migrations:

    dotnet ef migrations add InitialCreate
    dotnet ef database update
  4. Run the application:

    dotnet run
  5. Open your browser at https://localhost:5001 (or the URL shown in your terminal).


Contribution

Feel free to submit issues and pull requests.
Any improvements or bug fixes are welcome!

About

A basic Employee Management System built with C#, ASP.NET Core MVC, and Microsoft SQL Server. This application supports CRUD (Create, Read, Update, Delete) operations on employee records with a clean, user-friendly web interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors