There are 1 repository under fastapi-sqlalchemy topic.
FastAPI pagination 📖
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver
FastAPI project Template generator to make your life easier 🧬 🚀
SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.
Generate CRUD methods in FastApi from an SQLAlchemy schema
Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀
A FastAPI and SQLAlchemy project template with Docker and GitHub Actions.
FastAPI Python DDD and Clean Architecture Example
Real-time chat with FastAPI, Websockets and SQLAlchemy2
Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more
:school_satchel: Free & open source API service for obtaining information about +9600 universities worldwide.
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.
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.
This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
SQLAlchemy Filterset. An easy way to filter, sort, paginate SQLAlchemy queries
Testing a FastAPI CRUID API using Pytest
🌐 A real world FastAPI example
Full-stack Vue3 and FastAPI built To-Do app
FastAPI + PostgreSQL Starter Kit: A streamlined template for building backends with FastAPI, PostgreSQL, and Docker.
🔊😊 A fastapi voice-assistant framework to quickly prototype LLM-powered voice assistants in <5 minutes.
:dollar: Free & open source API service for current and historical foreign exchange rates.
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:
A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.
RESTful Back-end project template with FastAPI + PostgreSQL + JWT + Docker + nginx
FastAPI Architecture
This project is just a showcase on how to use Python as backend for flutter application and deploy them using heroku.
aws lamda fastapi with serverless
FastAPI backend enterprise template
FastAPI template
Have you ever been curious as to how fintech applications are built? This system demonstrates the basic functionalities of a fintech product.
Example of clean architecture
🚀 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