https://github.com/linuxto5re/ems
Employee Management System: A web app utilizing jQuery, AJAX, C#, and ASP.NET MVC for adding and displaying employee details with search functionality. Designed for ease of use and efficient employee management.
https://github.com/linuxto5re/ems
ado ajax csharp css dotnet employee-management-system html javascript jquery mvc-architecture sqlserver
Last synced: 5 months ago
JSON representation
Employee Management System: A web app utilizing jQuery, AJAX, C#, and ASP.NET MVC for adding and displaying employee details with search functionality. Designed for ease of use and efficient employee management.
- Host: GitHub
- URL: https://github.com/linuxto5re/ems
- Owner: LinUxTo5re
- License: gpl-3.0
- Created: 2024-02-02T10:32:17.000Z (almost 2 years ago)
- Default Branch: ems
- Last Pushed: 2024-02-19T11:06:46.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T06:16:08.219Z (8 months ago)
- Topics: ado, ajax, csharp, css, dotnet, employee-management-system, html, javascript, jquery, mvc-architecture, sqlserver
- Language: JavaScript
- Homepage: https://github.com/LinUxTo5re/EMS
- Size: 37.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Employee Management System
## Overview
The Employee Management System is a web application built using jQuery,AJAX,
HTML, CSS, C#, .NET, ASP.NET, and MVC architecture.
It provides functionalities to add new employees and display employee details with search capabilities.
## Features
- Add new employees with details such as name, employee id, contact number, email id, etc.
- Display employee details on a separate page with search functionality.
- Utilizes jQuery and AJAX for enhanced user experience.
## Prerequisites
- Visual Studio 2022
- SQL Server Management Studio
## Getting Started
1. Clone the repository to your local machine.
2. Open the project in Visual Studio.
3. Open SQL Server Management Studio and execute the EMS.sql script.
4. Configure the database connection string in the web.config file.
5. Build and run the project in Visual Studio.
## Usage
- To add a new employee:
- Navigate to the "Home" page.
- Fill in the required details in the form and submit.
- Upon successful submission, the employee will be added to the database with message pop up.
- To view employee details:
- Navigate to the "Employee Details" page.
- Use the search functionality to find specific employees based on criteria such as name, employee id, email id etc.
- The employee details will be displayed on the page.
## Screenshots
### Nav Bar

### Add employees

### Display employees details
