Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 934 Bytes

Spring Boot - Academic project

For 4th year classes (engineering degree): ESPRIT engineering school

Class Diagram

image

Requirements

For building and running the application you need:

Running the application locally

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

Browser URL

Open your browser at the following URL for Swagger UI (giving REST interface details):

http://localhost:9090/swagger-ui/index.html