Go API An API in Golang. Initial Setup Copy env and update variables cp .envrc.example .envrc Install dependencies go mod vendor Run Migrations to init db tables make db/migrations/up Run the app make run/api