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

167 B

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