A FastAPI boilerplate project that uses async SQLAlchemy, Postgres, Alembic, and Docker.
$ docker-compose up -d --build
$ docker-compose exec web alembic upgrade head
Sanity check: http://localhost:8004/ping
A FastAPI boilerplate project that uses async SQLAlchemy, Postgres, Alembic, and Docker.
$ docker-compose up -d --build
$ docker-compose exec web alembic upgrade head
Sanity check: http://localhost:8004/ping