7 lines
167 B
Markdown
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
|