https://github.com/gajendra-ingle/ems
This project is an Employee Management System built using Spring MVC and JSP. It includes CRUD operations for managing Employees.
https://github.com/gajendra-ingle/ems
spring-mvc spring-mvc-crud
Last synced: 4 months ago
JSON representation
This project is an Employee Management System built using Spring MVC and JSP. It includes CRUD operations for managing Employees.
- Host: GitHub
- URL: https://github.com/gajendra-ingle/ems
- Owner: gajendra-ingle
- Created: 2024-12-06T17:06:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:19:43.000Z (7 months ago)
- Last Synced: 2025-02-04T18:40:47.524Z (5 months ago)
- Topics: spring-mvc, spring-mvc-crud
- Language: Java
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
The **Employee Management System** is a web application built using **Spring MVC** for the backend, **Hibernate** for ORM, and **JSP** for the frontend. It provides an interface for managing employee records and user accounts with features like login, registration, and CRUD operations.
---
## 📋 Features
### 👤 User Module
- **User Registration**: Allows new users to create an account.
- **User Login**: Enables users to access the application securely.
- **Update Profile**: Users can edit their profile details.### 🧑💼 Employee Module
- **Add Employee**: Users can add new employees.
- **Search Employee**: Allows searching for employees by criteria.
- **Update Employee**: Modify existing employee records.
- **Delete Employee**: Remove employee records from the database.
- **View All Employees**: Displays a list of all employees.---
## 💻 Tech Stack
- **Backend**: Spring MVC
- **ORM**: Hibernate
- **Frontend**: JSP, Bootstrap
- **Database**: MySQL
- **Build Tool**: Maven---
## 🖼️ Screenshots
### Home Page
### User Register Page
### User Login Page
### Welcome Page Page
### Add Employee
### View Employees
### Update Employee
### Delete Employee
### Search Employee
### User Profile
---
Thank you for exploring!
Happy coding! 🚀