doc/collection.json
docker is configured to up the database, create the tables, insert some records and running the api.
docker-compose up
- Docker
- Golang
- Make
- Migrate
Install Dependencias
go mod tidy
Start Service
make start
Running Tests
go test -cover ./...