Skip to content

mvandermeulen/fastapi-react-docker

 
 

Repository files navigation

Full stack demo app

Uses async DB connections.

Database:

Backend:

Frontend:

Tools:

DB prepare

FastAPI doesn't create db tables on start, use alembic migrations for it.

# See Makefile
make migrations m="migration message" # create migrations
make migrate # apply migrations to db
make downgrade # downgrade last migration

Resources

  1. article: FastAPI with Async SQLAlchemy, SQLModel, and Alembic
  2. github: FastAPI, Strawberry

About

Full stack demo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.4%
  • Python 36.8%
  • Less 2.7%
  • Dockerfile 1.8%
  • HTML 1.7%
  • Mako 0.7%
  • Other 0.9%