Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 459 Bytes

FastAPI with TORTOISE

First FastAPI project with tortoise ORM

I follow the fastapi-users doc, but there is not the current version

Docs

Remember you can see the swagger docs in localhost:5000/docs

Login

For login use /token and send username and password

Run

For run the app you can do:

./start.sh

or

python3 main.py