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.
- 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
- Frontend: React.js, Bootstrap, Axios
- Backend: Spring Boot (Java), REST API
- Database: MySQL
List of all employees displayed on the Home page
Add Employee (with Validation)
Update the Exisiting Exployee