https://github.com/saili-shinde/employee_management_system
Employee Management (CRUD) System | Tech Stack: Java 17, Spring Boot, Spring MVC, Spring Data Jpa, Hibernate, Maven and MySQL
https://github.com/saili-shinde/employee_management_system
crud crud-application crud-operation employee-management-system hibernate java java17 maven mysql-database spring-boot spring-data-jpa spring-mvc
Last synced: 4 months ago
JSON representation
Employee Management (CRUD) System | Tech Stack: Java 17, Spring Boot, Spring MVC, Spring Data Jpa, Hibernate, Maven and MySQL
- Host: GitHub
- URL: https://github.com/saili-shinde/employee_management_system
- Owner: saili-shinde
- Created: 2024-02-01T05:42:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T06:39:34.000Z (over 2 years ago)
- Last Synced: 2025-01-30T21:33:52.773Z (over 1 year ago)
- Topics: crud, crud-application, crud-operation, employee-management-system, hibernate, java, java17, maven, mysql-database, spring-boot, spring-data-jpa, spring-mvc
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title:
Employee_Management_System.
# 1.Project Descrption:
A Spring MVC web application for Employee Information Management with the following CRUD operations:
- Get all the employees
- Add a new employee
- Update an employee
- Delete an employee
# 2.Tech Stack:
- Java 17
- Spring Boot
- HTML
- Bootstrap
- Thymeleaf
- Spring MVC
- Spring Data JPA
- Hibernate
- Maven
- MySql database
# 3. Installing:
i. Clone the git repo
```
https://github.com/saili-shinde/Employee_Management_System.git
```
ii. Open project folder
iii. Explore
# 4. How To Use:
i. Create Database -> demo
ii. Open project in preferred IDE (I used SpringToolsSuite4)
iii. Run project as Spring Boot App
iv. Hibernate will automatically create a table -> employee
v. Add sample data to table using MySQL Workbench Client
vi. Open web app at localhost: 8080/
vii. Add, Update and Delete records from web app
# 5. Demo:
### - All Employee UI

### - Add Employee UI

### - Update UI
