- Ensure that
Docker
is installed and up and running. - Ensure that port
5432
is free (forPostgres
container) - In separate window start
blog-postgres
container./scripts/postgres.sh
- Install dependencies
npm i
- Start backend server
npm run dev
- Add
--add-cloudsql-instances
to deploy https://cloud.google.com/sdk/gcloud/reference/run/deploy - Check if it's working