Create local.env
file at the project root with variables:
NODE_ENV=testing
JWT_SECRET=local
GOOGLE_CLIENT_ID=**************.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=**************
GOOGLE_PROJECT_ID=shared-**************
SENDGRID_FROM_ADDRESS=shacal@localhost
SENDGRID_AUTH_EMAIL_TEMPLATE=none
and then run the app with
docker-compose up
Head to docs.begin.com to learn more!