An open API service indexing awesome lists of open source software.

https://github.com/jagadeeshkiot/employee-management-sys

This project is about Employee Management System built with React+Vita, Java Script and Bootstrap on the frontend, and Spring Boot with MySQL on the backend. This web application allows users to perform CRUD operations (Create, Read, Update, Delete) on employee data.
https://github.com/jagadeeshkiot/employee-management-sys

bootstrap5 css datajpa java java-spring-boot-project javafullstack jpa-hibernate management-system mysql project spring spring-boot spring-projects springboot

Last synced: 3 months ago
JSON representation

This project is about Employee Management System built with React+Vita, Java Script and Bootstrap on the frontend, and Spring Boot with MySQL on the backend. This web application allows users to perform CRUD operations (Create, Read, Update, Delete) on employee data.

Awesome Lists containing this project

README

          

# Employee-Management-Sys 🚀
This project is about Employee Management System built with **React+Vita** , **Java Script** and **Bootstrap** on the **frontend**, and **Spring Boot** with **MySQL** on the **backend**. This web application allows users to perform **CRUD operations (Create, Read, Update, Delete)** on employee data.

![home](https://github.com/user-attachments/assets/fc757882-a961-45a5-85aa-288d3c9e1cb5)
# Features ✨
* View a list of all employees
* Add a new employee
* Update existing employee details
* Delete an employee
* Responsive UI using Bootstrap
* RESTful APIs with Spring Boot
* Persistent data storage with MySQL

# Tech Stack 🛠️
* Frontend: React.js, Bootstrap, Axios
* Backend: Spring Boot (Java), REST API
* Database: MySQL

# Project Structure
![Screenshot 2025-06-28 023832](https://github.com/user-attachments/assets/d979c97b-7987-4a58-bb61-b73a510fab27)
# Perview
**List of all employees displayed on the Home page**

![Screenshot 2025-06-28 022837](https://github.com/user-attachments/assets/d0a2757d-a17c-4449-b8e4-00ec6e0cac68)

**Add Employee (with Validation)**

![Screenshot 2025-06-28 023120](https://github.com/user-attachments/assets/9ef64f66-f1f6-4536-8bc4-054111a60a3a)

**Update the Exisiting Exployee**

![update](https://github.com/user-attachments/assets/a95ec079-21da-42e6-b527-5dd98e57e15a)