For 4th year classes (engineering degree): ESPRIT engineering school
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine.
One way is to execute the main
method in the tn.esprit.kaddemproject.KaddemProjectApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven Wrapper plugin like so:
./mvnw spring-boot:run
Open your browser at the following URL for Swagger UI (giving REST interface details):