This repo contains the code of the Building APIs with Go series published on Medium.
https://fernando-bandeira.medium.com/building-apis-with-go-part-1-710e677e0c0b
You need to have Go and Docker installed on your machine.
Run instructions:
$ git clone [email protected]:Davidtrse/go-api.git
$ docker-compose up -d
$ go mod download
$ go run main.go (or f5 by vs code)