Initial updates with FE
This commit is contained in:
@@ -25,7 +25,7 @@ Skeleton Django backend for WaterTrek, using `uv` for package management and Doc
|
||||
|
||||
3. Visit the health endpoint:
|
||||
|
||||
- `http://localhost:8000/booking/health/`
|
||||
- `http://localhost:8003/booking/health/`
|
||||
|
||||
## Run locally with uv
|
||||
|
||||
@@ -42,5 +42,5 @@ uv run python manage.py runserver
|
||||
The `web` container runs Gunicorn:
|
||||
|
||||
```bash
|
||||
uv run gunicorn WaterTrek.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
||||
uv run gunicorn WaterTrek.wsgi:application --bind 0.0.0.0:8003 --workers 3
|
||||
```
|
||||
Reference in New Issue
Block a user