Skip to content

renvieir/alura-go

Repository files navigation

alura-go

learning go with alura

dependencies

local development

Start database

docker-compose up -d

Install dependencies

go mod tidy

Run go script

go run main.go

alura repo

This project was based on alura go course, here is the source repo

Next steps

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