benavlabs /
FastAPI-boilerplate
An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.
91/100 healthLoading repository data…
mwicwiri-bonface / repository
a fast api back-end for ecommerce
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
project structure
├── app
│ ├── __init__.py
│ ├── helpers.py
│ ├── models.py
│ ├── schemas.py
│ └── views.py
├── core
│ ├── __init__.py
│ ├── emails.py
│ ├── settings.py
│ └── settings.ini
├── main.py
├── README.md
├── requirements.txt
Install all required packages
pip install -r requirements.txt
initiate alembic
alembic init
makemigrations
alembic revision --autogenerate -m "initial migration"
migrate
alembic upgrade head
runserver
uvicorn main:app --reload
[]: # Language: python []: # Path: main.py
Selected from shared topics, language and repository description—not editorial ratings.
benavlabs /
An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.
91/100 healthAeternalis-Ingenium /
A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker.
84/100 healthdouglaschalegre /
🔨 This is a template that serves as a kickstarter for a back-end API application. Implemented with FastAPI, Pydantic, SQLAlchemy and Alembic with a layered architecture structure.
58/100 healthYoad-Duani /
Backend web application. Using FastAPI, PostgreSQL as database, Docker, Pytest, sqlalchemy and more.
53/100 healthezeparziale /
:zap: Fastapi Api template
55/100 healthIlyaGrebenschikov /
FastAPI service with Clean Architecture, Dishka DI, async SQLAlchemy 2.0, JWT (RS256), Alembic, Redis rate limiting, email validation, and async email notifications via FastStream + Kafka; Docker Compose profiles with Loki/Promtail/Grafana.
67/100 health