Change project structure #2

Merged
k.marinus merged 8 commits from chore/project-structure into dev 2025-10-08 13:29:48 +00:00
Showing only changes of commit 826907643c - Show all commits

View File

@@ -17,4 +17,8 @@ uv sync
``` ```
## Running ## Running
<!-- TODO: run instructions --> To run the project (development server), execute the following command (while inside the root repository):
```bash
uv run fastapi dev src/control_backend/main.py
```