diff --git a/server/README.md b/server/README.md index 5813867..8c777d9 100644 --- a/server/README.md +++ b/server/README.md @@ -3,5 +3,8 @@ 1. Start up Docker Desktop 2. Spin up Postgres: ```bash -docker-compose up -``` \ No newline at end of file +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 \ No newline at end of file