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 build
make run-app-service
checkout http://localhost:42068
make run-auth-service
checkout http://localhost:42069
make docker
checkout http://localhost:42068 and http://localhost:42069
make test-app-service
make test-auth-service