dmontagu / backend-skeleton

Backend Skeleton using FastAPI and Sqlalchemy ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend API Skeleton

Based on @tiangolo's full stack postgres template, with some things added, some things removed, and some things changed.

This is a work in progress!

TODO:

  • Remove fastapi_util from the app repo, and make it a separate package
  • Add example pydantic models, sqlalchemy models, endpoints
  • Add encode/databases support (possibly in a separate template?)

About

Backend Skeleton using FastAPI and Sqlalchemy ORM


Languages

Language:Python 57.9%Language:Shell 33.5%Language:Makefile 4.9%Language:Dockerfile 2.8%Language:Mako 0.8%Language:TSQL 0.1%