Skip to content

Simple implementation for Fastapi with a relational database and migrations

Notifications You must be signed in to change notification settings

nf1s/fastapi_sqlalchemy_alembic

Folders and files

NameName
Last commit message
Last commit date
Feb 29, 2020
Feb 29, 2020
Feb 29, 2020
Feb 29, 2020
Feb 29, 2020
Feb 29, 2020
Dec 10, 2021
Feb 29, 2020
Feb 29, 2020
Feb 29, 2020
Jul 12, 2020
Feb 29, 2020
Feb 29, 2020

Repository files navigation

fastapi_sqlalchemy_alembic

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

How to build

docker-compose build

How to run

docker-compose up

and go to:

http://localhost:8000

Documentation

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

Pgadmin4

http://localhost:5050

About

Simple implementation for Fastapi with a relational database and migrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published