acidjunk / fastapi-postgres-boilerplate
My own fastapi postgres boilerplate
☆54Updated 2 years ago
Alternatives and similar repositories for fastapi-postgres-boilerplate
Users that are interested in fastapi-postgres-boilerplate are comparing it to the libraries listed below
Sorting:
- A simple Redis Streams backed Chat app using Websockets, Asyncio and FastAPI/Starlette.☆241Updated last year
- Implements authentication and authorization as FastAPI dependencies☆153Updated last year
- FastAPI Async SQLAlchemy middleware☆159Updated 3 months ago
- row level security for FastAPI framework☆526Updated last year
- High-performance Async REST API, in Python. FastAPI + GINO + Arq + Uvicorn (w/ Redis and PostgreSQL).☆446Updated 2 years ago
- Drop-in API-key based security for FastAPI☆365Updated last year
- A template for a FastAPI based Serverless Framework microservice running on AWS Lambda☆92Updated 10 months ago
- Auth for use with FastAPI☆158Updated 2 years ago
- Example CRUD API in Python using FastAPI, Pydantic and pyMongo☆170Updated 2 years ago
- The template for building scalable web APIs based on FastAPI, Tortoise ORM and other.☆136Updated 10 months ago
- SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.☆277Updated this week
- Opinionated set of utilities on top of FastAPI☆636Updated 2 years ago
- Filter and order your endpoints☆265Updated this week
- ⚙️ FastAPI gateway for microservices.☆118Updated last year
- FastAPI framework plugins☆454Updated 3 months ago
- A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)☆133Updated 2 years ago
- FastAPI CRUD☆464Updated last year
- FastAPI Layered Architecture☆316Updated 2 years ago
- Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.☆523Updated last year
- FastAPI simple cache☆221Updated 3 years ago
- Dockerized web application with DI on FastAPI, sqlalchemy2, PostgreSQL☆150Updated last week
- Lightweight auth middleware for FastAPI that just works. Fits most auth workflows with only a few lines of code☆92Updated 2 years ago
- The API Application Development using Python FastAPI, including interactive API documentation☆216Updated 10 months ago
- FastAPI application and service structure for a more maintainable codebase – See full article☆394Updated 3 years ago
- Minimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery …☆550Updated last year
- Real world Fast-API application template using gino(Async ORM) based on hexagonal architecture