fastapi-sqlalchemy
There are 221 repositories under fastapi-sqlalchemy topic.
uriyyo/fastapi-pagination
FastAPI pagination 📖
fastapi-practices/fastapi_best_architecture
基于 FastAPI 构建的企业级后端架构解决方案
testdrivenio/fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
grillazz/fastapi-sqlalchemy-asyncpg
Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver
Lolomgrofl/fastapi-genesis
FastAPI project Template generator to make your life easier 🧬 🚀
dialoguemd/fastapi-sqla
SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.
LuisLuii/FastAPIQuickCRUD
Generate CRUD methods in FastApi from an SQLAlchemy schema
rawheel/fastapi-boilerplate
Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀
Donnype/fastapi-template
A FastAPI and SQLAlchemy project template with Docker and GitHub Actions.
AdamHavlicek/fastapi-todo-ddd
FastAPI Python DDD and Clean Architecture Example
notarious2/fastapi-chat
Real-time chat with FastAPI, Websockets and SQLAlchemy2
uriyyo/fastapi-filters
FastAPI filters🍸
testdrivenio/fastapi-crud-sync
FastAPI CRUD
ycd/universities
:school_satchel: Free & open source API service for obtaining information about +9600 universities worldwide.
hadrien/FastSQLA
Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more
wpcodevo/python_fastapi
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
wpcodevo/fastapi_sqlalchemy
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
sqlalchemy-filterset/sqlalchemy-filterset
SQLAlchemy Filterset. An easy way to filter, sort, paginate SQLAlchemy queries
Mr-Manna/FastAPI-CRUD
FastAPI CRUD Example
sabuhibrahim/fastapi-jwt-auth-full-example
This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
Pytest-with-Eric/pytest-fastapi-crud-example
Testing a FastAPI CRUID API using Pytest
bibektimilsina00/FastAPI-PgStarterKit
FastAPI + PostgreSQL Starter Kit: A streamlined template for building backends with FastAPI, PostgreSQL, and Docker.
nickatnight/tag-youre-it-backend
🌐 A real world FastAPI example
jim-schwoebel/nala_assistant
🔊😊 A fastapi voice-assistant framework to quickly prototype LLM-powered voice assistants in <5 minutes.
ycd/fastrates
:dollar: Free & open source API service for current and historical foreign exchange rates.
notarious2/Vue3FastAPI-To-Do
Full-stack Vue3 and FastAPI built To-Do app
Yezz123-Archive/Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:
theshohidul/FastAPI-Boilerplate
A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.
m0kr4n3/fastapi_project_template
RESTful Back-end project template with FastAPI + PostgreSQL + JWT + Docker + nginx
Amirshox/FastAPI-Architecture
FastAPI Architecture
antonio-pedro99/fastapi_notes
This project is just a showcase on how to use Python as backend for flutter application and deploy them using heroku.
wangxin688/fastapi-enterprise-template
FastAPI backend enterprise template
code4mk/aws-lambda-serverless-fastapi
aws lamda fastapi with serverless
aybruhm/fastapi-ledger-system
Have you ever been curious as to how fintech applications are built? This system demonstrates the basic functionalities of a fintech product.
iunary/fastapi-template
FastAPI template
akhil2308/fastapi-large-app-template
🚀 Production-Grade FastAPI Template • JWT Auth • Rate Limiting • Async PostgreSQL (connection pooling) & Async Redis (efficient pooling) • Gunicorn + Uvicorn • Docker • Async Ready • RFC-Compliant API Responses • Enterprise Security Patterns