/Employee-management

This is a personal projects realised with the scope of learning more about Spring Boot, Java, JPA, and Hibernate ORM.

Primary LanguageJava

Employee manager

java idea

This is a Spring-Boot server that implements the fundamental functions of an employee manager. It offers CRUD functionalities for employees, which can belong to a team, it is implemented in Java uses Spring Boot and Hibernate as an ORM. It communicates with the interface through APIs. The interface can be found here.