From cdd6ba4332a0d8459e17a8e0a3b9279ea96d2ebd Mon Sep 17 00:00:00 2001 From: Sameer Date: Thu, 25 Jun 2026 10:21:13 -0400 Subject: [PATCH] docs: add local frontend and API notes (localhost:3000/8000) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe765910..97c92123 100644 --- a/README.md +++ b/README.md @@ -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: