Refactor application ports to 12000 for backend and 12001 for frontend; update documentation and configuration files accordingly

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 10:20:58 +02:00
parent 80999b3659
commit 5371bdce3b
11 changed files with 506 additions and 21 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ uvicorn app.main:app --reload --port 12000
```bash
cd frontend
flask --app app.main run --port 5000
flask --app app.main run --port 12001
```
### Running tests