test added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user