This repo is used as a part of a tutorial to show how to use Fastapi with databases and Alembic for handelling databases asynchronously
The full article is published on medium here
make install
make run
and go to:
http://localhost:8000
swagger - http://localhost:8000/docs
redoc - http://localhost:8000/redoc
http://localhost:5050