- Copy
.env.exampleto.envin the root and fill in the required environment variables. - Install Goose for database migrations (if not already installed):
go install github.com/pressly/goose/v3/cmd/goose@latest
- Make sure you have
makeinstalled on your system (required for the following steps). - Run the following command to setup dev environment.
make dev