Update service ports in documentation and configuration files to 12000 for backend

This commit is contained in:
2026-04-27 21:35:35 +02:00
parent 8f4d01d34d
commit 80999b3659
5 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ cp .env.example .env
```bash
cd backend
uvicorn app.main:app --reload --port 8000
uvicorn app.main:app --reload --port 12000
```
### Running the frontend