Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 594 Bytes

Quality Build Deploy

Getting Started

  1. Clone the repo.
  2. In the root directory execute ./gradlew run
  3. By default, the server will start on port 8080.

Routes

A swagger documentation is available at the root of the api : http://localhost:8080/

To update the swagger documentation, use the generateSwaggerUI gradle task.