Skip to content

Commit

Permalink
Format server/README.md to see if frontend action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Jan 14, 2025
1 parent 2aa5182 commit 8c3d11b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## 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:

```bash
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

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

0 comments on commit 8c3d11b

Please sign in to comment.