The application is currently running in GCP App Engine Instructions to get a development environment setup
- Install the Google Cloud SDK
- Setup local environment:
gcloud init
- Deploy the app:
gcloud deploy app
gcloud app logs tail -s default
- Configure a .env file defining DB_URL variable to point to your heroku postgres instance
- npm start