go install github.com/pressly/goose/v3/cmd/goose@latest
This will install the goose
binary to your $GOPATH/bin
directory.
For macOS users goose
is available as a Homebrew Formulae:
brew install goose
Jet generator can be installed by following way:
go install github.com/go-jet/jet/v2/cmd/jet@latest
Make sure dir_path
folder is added to the PATH environment variable.
.env
file to project directory. See .env.example
.cd path/to/project && docker compose up -d
cd path/to/project && make run