Skip to content

The Employee Management System is a robust web application implementing a 3-tier architecture, designed for efficient management of employee and departmental data. Built with ASP.NET Core MVC, Entity Framework Core, and SQL Server, it offers comprehensive CRUD operations and a responsive user interface.

Notifications You must be signed in to change notification settings

karanJ2212/employeeCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

The Employee Management System is a comprehensive web-based application designed to streamline the process of managing employee records and departmental details within an organization. Built with ASP.NET Core MVC, this project leverages the Entity Framework Core for ORM, ensuring a robust and scalable solution for businesses of all sizes.

Features

Employee Management: Create, read, update, and delete (CRUD) operations for employee records. Department Management: Manage departmental information, allowing employees to be categorized according to their respective departments. Dynamic Department Assignment: Employees can be dynamically assigned to departments, with the ability to change their department as needed. Data Visualization: A dashboard view provides a quick overview of the distribution of employees across departments. Search and Filtering: Enhanced search and filtering capabilities to easily locate employee records based on various criteria. Responsive Design: A mobile-friendly interface that ensures a seamless user experience across all devices. Technologies Used ASP.NET Core MVC: For building the web application and handling MVC architecture. Entity Framework Core: Used as an ORM to interact with the database using C# objects. LINQ: To query the database in an expressive way directly from C#. SQL Server: As the backend database to store employee and department information. Bootstrap: For styling and creating a responsive design. jQuery: To enhance user interactions and provide a dynamic frontend experience.

Getting Started

Prerequisites

.NET 5.0 SDK or later Visual Studio 2019 or later SQL Server 2019 or later

Installation

Clone the repository:

git clone https://github.com/karanJ2212/employeeCRUD.git Open the solution file (EmployeeManagementSystem.sln) in Visual Studio. Restore the NuGet packages by right-clicking on the solution and selecting "Restore NuGet Packages". Set up the database by applying Entity Framework migrations:

Update-Database in the Package Manager Console. Run the project by pressing F5 or clicking on the "Run" button in Visual Studio.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request License Distributed under the MIT License. See LICENSE for more information.

🤝 Contributing

👤 Karan Jain

Project Link:https://github.com/karanJ2212/employeeCRUD.git

Feel free to modify the contact information and project link according to your project's actual details.

About

The Employee Management System is a robust web application implementing a 3-tier architecture, designed for efficient management of employee and departmental data. Built with ASP.NET Core MVC, Entity Framework Core, and SQL Server, it offers comprehensive CRUD operations and a responsive user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published