fastapi-sqlalchemy
There are 277 repositories under fastapi-sqlalchemy topic.
uriyyo/fastapi-pagination
FastAPI pagination ๐
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. ๐
AdamHavlicek/fastapi-todo-ddd
FastAPI Python DDD and Clean Architecture Example
Donnype/fastapi-template
A FastAPI and SQLAlchemy project template with Docker and GitHub Actions.
notarious2/fastapi-chat
Real-time chat with FastAPI, Websockets and SQLAlchemy2
uriyyo/fastapi-filters
FastAPI filters๐ธ
testdrivenio/fastapi-crud-sync
FastAPI CRUD
hadrien/FastSQLA
Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more
ycd/universities
:school_satchel: Free & open source API service for obtaining information about +9600 universities worldwide.
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.
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.
sqlalchemy-filterset/sqlalchemy-filterset
SQLAlchemy Filterset. An easy way to filter, sort, paginate SQLAlchemy queries
Mr-Manna/FastAPI-CRUD
FastAPI CRUD Example
Pytest-with-Eric/pytest-fastapi-crud-example
Testing a FastAPI CRUID API using Pytest
nickatnight/tag-youre-it-backend
๐ A real world FastAPI example
notarious2/Vue3FastAPI-To-Do
Full-stack Vue3 and FastAPI built To-Do app
bibektimilsina00/FastAPI-PgStarterKit
FastAPI + PostgreSQL Starter Kit: A streamlined template for building backends with FastAPI, PostgreSQL, and Docker.
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.
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.
OleksandrZhydyk/FastAPI-SQLAlchemy-Filters
Package that helps to implement easy objects filtering and sorting based on URL query parameters.
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.
bodaue/fastapi-clean-architecture
Example of clean architecture
code4mk/aws-lambda-serverless-fastapi
aws lamda fastapi with serverless
wangxin688/fastapi-enterprise-template
FastAPI backend enterprise template
iunary/fastapi-template
FastAPI template
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.