Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 423 Bytes

Setup

Requirements

  • Java 8
  • Docker

In root run gradle build

Create docker image docker build . -t kinglouie:1.0

Start docker containers docker compose up -d

Application is now running at localhost:8080

Documentation

In the documentation folder is the swagger.yaml file.

The postman collection is exported as json and can be imported in to Postman, this file is also in the documentation folder.