Discover the technical details and features of the project Employee Management System.
A small employee management application built with Spring Boot, React, Java, and Bootstrap. The backend was developed using Spring Boot, and the frontend with React and Bootstrap. On the backend, a model (entity), repository, service, and controller were implemented to automatically create the database table and expose a CRUD API (in the controller) for handling incoming HTTP requests. Communication with the backend is handled via Axios, components are created using JavaScript, and the design is styled with Bootstrap. The application is scalable, for example, by adding new models in the backend or new pages/components in the frontend.