GO + GIN + Swagger (Hot reload)
🤖 This is a toy example to use during my lectures of Progamming lab in University Fernando Pessoa.
📝 Table of Contents
🧐 About
This app. will show how you can develop and structure a simple golang app for an API REST. The documentation page is generated automatically using swagger. The hot reload is enable by default but should be turned off for deployment.
💭 How it works
You can start the container using docker-compose and move on the API Port 8081. This can be change using the configuration of the docker-compose.yml file.
✍️ Authors
- @csoares - Golang GIN API Rest + Swagger