test added

This commit is contained in:
2026-08-30 16:50:28 +03:00
parent ff77d1069a
commit e51bb07e4a
92 changed files with 745 additions and 329 deletions
+6 -3
View File
@@ -142,13 +142,16 @@ src/
errors/ # centralized HTTP errors (401/403/404)
web/ # FastAPI routers (endpoints)
migrations/ # DB migrations
tests/ # tests (empty, not yet created)
tests/ # tests (unit, integration)
```
## Running
```bash
poetry
python3 -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install
make run
```
Rename env
Rename env and fill with correct data