- Copy
.env.example
to.env
and fill in the values - Add Firebase Admin credentials to a file named
firebaseServiceAccountKey.json
, at the same level as the.env
file. - Start up Docker Desktop
- Spin up Postgres:
docker-compose --env-file .env up
psql -h localhost -p 5432 -U acmucsd_dev -d hackathon_portal