The Employee Management System is a web application designed to manage employee records efficiently. It provides functionalities to add, update, delete, and view employee details. The application is built using React.js for the frontend and Spring Boot for the backend. MySQL is used as the database, and JPA (Java Persistence API) is utilized for ORM (Object Relational Mapping).
- Add new employee records
- Update existing employee details
- Delete employee records
- View all employees
- Frontend: React.js
- Backend: Spring Boot
- Database: MySQL
- ORM: JPA (Java Persistence API)