hmiguel / fastapi_async_db

An implementation for fastapi with Alembic and databases for Asynchronicity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An implementation for fastapi with Alembic and databases for Asynchronicity


Languages

Language:Python 86.3%Language:Mako 5.7%Language:Makefile 4.1%Language:Dockerfile 3.2%Language:Shell 0.7%