Project structure for scalable fastapi project.

This page summarizes the projects mentioned and recommended in the original post on /r/FastAPI

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fastapi-boilerplate

    A template repository to start your FastAPI backend projects.

  • https://github.com/skb1129/fastapi-boilerplate (This is inspired by the first one, but is just for the backend)

  • awesome-fastapi

    A curated list of awesome things related to FastAPI

  • You can find a number of large open source projects here: https://github.com/mjhea0/awesome-fastapi#open-source-projects.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • databases

    Async database support for Python. 🗄

  • Prefer the data mapper approach for CRUD apps, but the flexibility of active record for all other apps. 1.Use psycopg2 for enterprise apps (since it's battle-tested) and https://github.com/encode/databases (with asyncpg) for toy apps.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts