fastapi-sqlalchemy topic

List fastapi-sqlalchemy repositories

fastapi_project_template

18
Stars
1
Forks
Watchers

RESTful Back-end project template with FastAPI + PostgreSQL + JWT + Docker + nginx

python_fastapi

65
Stars
23
Forks
Watchers

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 oper...

fastapi-genesis

305
Stars
17
Forks
Watchers

FastAPI project Template generator to make your life easier 🧬 🚀

fastapi-boilerplate

202
Stars
23
Forks
Watchers

Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀

fastapi-template

108
Stars
23
Forks
Watchers

A FastAPI project template using Make, Docker Compose and Github Actions. This includes a SQLAlchemy integration and an integration test setup.

fastapi_best_architecture

564
Stars
97
Forks
Watchers

The RBAC permission control system built based on FastAPI adopts a unique pseudo-three-layer architecture design, built-in fastapi-admin basic implementation, and is free and open source as a template...

fastapi-sqla

163
Stars
10
Forks
Watchers

SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.

fastapi_sqlalchemy

43
Stars
25
Forks
Watchers

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...