- Create and activate a virtualenv (recommended)
- Install dependencies:
pip install -r requirements.txt- Run the server:
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000- Open docs: http://localhost:8000/docs
- Shell script with many sample calls:
bash scripts/test_api.sh- HTTP client file (VS Code/IntelliJ/HTTPie-compatible):
requests.http- Open the file and execute the request blocks individually.