Skip to content

Files

Latest commit

c85d8b4 · Apr 4, 2025

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2025
Jan 9, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Dec 16, 2024
Apr 4, 2025
Jan 8, 2025
Dec 16, 2024
Jan 6, 2025
Dec 16, 2024
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 27, 2025
Dec 16, 2024
Jan 8, 2025
Dec 16, 2024
Mar 11, 2025
Dec 16, 2024
Jan 8, 2025

Setup

  1. Copy .env.example to .env and fill in the values
  2. Add Firebase Admin credentials to a file named firebaseServiceAccountKey.json, at the same level as the .env file.
  3. Start up Docker Desktop
  4. Spin up Postgres:
docker-compose --env-file .env up

Directly querying Postgres on a local build using psql

psql -h localhost -p 5432 -U acmucsd_dev -d hackathon_portal