Scratch work - learning FastAPI stuff again.
Go to file
2022-10-14 14:01:04 -04:00
controllers move things around 2022-10-14 14:01:04 -04:00
models move things around 2022-10-14 14:01:04 -04:00
.gitignore initial commit 2022-10-14 13:52:31 -04:00
app.py move things around 2022-10-14 14:01:04 -04:00
database.py initial commit 2022-10-14 13:52:31 -04:00
exceptions.py move things around 2022-10-14 14:01:04 -04:00
README.md readme 2022-10-14 13:53:32 -04:00
requirements.txt initial commit 2022-10-14 13:52:31 -04:00
schemas.py initial commit 2022-10-14 13:52:31 -04:00

Install

pip install -r requirements.txt

Run

python -m uvicorn app:app --reload