learning go with alura
Start database
docker-compose up -d
Install dependencies
go mod tidy
Run go script
go run main.go
This project was based on alura go course, here is the source repo
until this commit we followed, with some changes, the instructor code, following I want to do some other enhancements:
- get db string from env vars
- deployed on heroku
- clean/refactor code