167 B
167 B
FastAPI Template
Run locally:
- copy
.env.exampleto.envand edit if needed - python -m pip install -r dev-requirements.txt
- uvicorn app.main:app --reload
Run locally:
.env.example to .env and edit if needed