Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 494 Bytes

Building the application

Running the code is as simple as

go run main.go

Using Docker

Alternatively if you want to leverage pre-installed environment you can take advantage of supplied Dockerfile. In such a case you should perform

docker build -t <image-name> .

and then

docker run -it --rm -p 8080:8080 <image-name>

Geging to know the application

The software leverages OpenAPI so you can access the documentation at http://localhost:8080/swagger/index.html