Spring Boot backend + PostgreSQL +JPA + REST
You can find the Front project APP-FRONT
This is a Spring Boot application, so you can run the application directly in the Spring Boot task plugin called spring-boot:run
Before you run the application, you need to configure the database configuration in the application.properties file.
You will find the Swagger API http://localhost:9090/api/swagger-ui/