- Clone the repo.
- In the root directory execute
./gradlew run
- By default, the server will start on port
8080
.
A swagger documentation is available at the root of the api : http://localhost:8080/
To update the swagger documentation, use the generateSwaggerUI
gradle task.