Scratch work - learning FastAPI stuff again.
controllers | ||
models | ||
.gitignore | ||
app.py | ||
database.py | ||
README.md | ||
requirements.txt | ||
test.http |
Install
pip install -r requirements.txt
Run
python -m uvicorn app:app --reload
controllers | ||
models | ||
.gitignore | ||
app.py | ||
database.py | ||
README.md | ||
requirements.txt | ||
test.http |
pip install -r requirements.txt
python -m uvicorn app:app --reload