This application is made to learnt how implements with Golang a simple Web API using Gin-Gonic, Swagger, GORM.
You needs Docker with compose (docker-compose) Once you had it, then run:
docker-compose build
To build Dockerfile and generates image of the WebAPI
At last, run:
docker-compose up
Finally you're able to use this Web API