Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Dec 24, 2024
1 parent 7748600 commit 319117e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
1. Start up Docker Desktop
2. Spin up Postgres:
```bash
docker-compose up
```
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

0 comments on commit 319117e

Please sign in to comment.