Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 557 Bytes

fastapi_async_db

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

How to build

make install

How to run

make run

and go to:

http://localhost:8000

Documentation

swagger - http://localhost:8000/docs
redoc - http://localhost:8000/redoc

Pgadmin4

http://localhost:5050