fastapi-sqlalchemy topic

List fastapi-sqlalchemy repositories

nala_assistant

24
Stars
2
Forks
Watchers

🔊😊 A fastapi voice-assistant framework to quickly prototype LLM-powered voice assistants in <5 minutes.

tag-youre-it-backend

20
Stars
1
Forks
Watchers

🌐 A real world FastAPI example

FastAPI-Boilerplate

18
Stars
6
Forks
Watchers

A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.

fastapi-chat

34
Stars
6
Forks
Watchers

Real-time chat with FastAPI, Websockets and SQLAlchemy2

fastapi-jwt-auth-full-example

20
Stars
6
Forks
Watchers

This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.

fastapi-ledger-system

15
Stars
0
Forks
15
Watchers

Have you ever been curious as to how fintech applications are built? This system demonstrates the basic functionalities of a fintech product.

fastapi-large-app-template

15
Stars
1
Forks
15
Watchers

🚀 Production-Grade FastAPI Template • JWT Auth • Rate Limiting • Alembic Migrations • Async PostgreSQL (connection pooling) • Async Redis (efficient pooling) • Gunicorn + Uvicorn • Docker • Async Rea...