Its a prerequisite that these environment variables are set. Set them in your terminal.
$ export JWT_SECRET=<your-jwt-secret>
$ export DATABASE_URL=<example-postgres://postgres:notSoSecret@postgres:5432>
$ export POSTMARK_AUTH_TOKEN=<your-postmark-auth-token>make buildmake run-app-servicecheckout http://localhost:42068
make run-auth-servicecheckout http://localhost:42069
make dockercheckout http://localhost:42068 and http://localhost:42069
make test-app-servicemake test-auth-service