Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 277 Bytes

easy-way-api

Docker

Building the Image

docker build -t easy-way-api:test -f Dockerfile .

Running the Image

docker run -p 8080:8080 easy-way-api:test

Swagger UI

You can navigate to localhost:8080/api/v1/ui to use the user interface.