Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 278 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 278 Bytes

Swagger docs

http://localhost:8080/swagger.html

Run using Docker

Package the project:

mvn package

Build a docker image:

docker build -t ciandt/demo .

Start the API server:

docker run -p 8080:8080 --network="host" ciandt/demo