(part 2 at the bottom)
docker compose up -d
make shell
make build
make run # or ./api run
docker compose up -d
make shell
make test
./api run --help
You can use args (1st column name) or environment (2nd column name) to update these running parameters. Docs
Injected postgres fixtures to the postgres docker container in the ./db folder which are loaded on the docker compose up
first run (or volume clear)
docker compose down -v && docker compose up -V -d