First FastAPI project with tortoise ORM
I follow the fastapi-users doc, but there is not the current version
Remember you can see the swagger docs in localhost:5000/docs
For login use /token
and send username and password
For run the app you can do:
./start.sh
or
python3 main.py