This repo is used as a part of a tutorial to show how to use Fastapi and pydantic with Sqlalchemy, postgresql, Alembic(for migrations).
The full article is published on medium here
docker-compose build
docker-compose up
and go to:
http://localhost:8000
swagger - http://localhost:8000/docs
redoc - http://localhost:8000/redoc
http://localhost:5050