The api was made in golang and the documentation was made using swagger
Things that you need to install
- docker
- docker-compose
First, you need download the code:
git clone https://github.com/gabrielucelli/Widgets-API.git
then
docker-compose up
It will build the widget-api image, then running the api on port 8080 and the swagger-ui on port 80
http://localhost:8080
http://localhost:80
- Gabriel Ucelli - https://github.com/gabrielucelli