Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Tools used for development:

Start the Postgres, Django REST, and React services by starting Docker Desktop and running `docker compose up --build`

Local development servers:

- **Frontend (React dev server):** http://localhost:3000 — when developing locally, open the React app at this address.
- **Backend / API (Django):** http://localhost:8000
- *Note:* if you open http://localhost:8000 in a browser you will see a minimal single-page fallback for the frontend, which is non-functional for development. To view the working frontend during development, use http://localhost:3000.

#### Postgres

The application supports connecting to PostgreSQL databases via:
Expand Down
Loading