python-template/README.md
2025-09-20 18:13:00 +03:30

7 lines
167 B
Markdown

# FastAPI Template
Run locally:
1. copy `.env.example` to `.env` and edit if needed
2. python -m pip install -r dev-requirements.txt
3. uvicorn app.main:app --reload