Hunnyjain7 /
fastapi-production-boilerplate
A FastApi Boilerplate for Production
51/100 healthLoading repository data…
rimmelasghar / repository
A REST-Api for a task management Kanban Board application built with FastAPI python
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.
fastapi-project
├── alembic/
├── src
│ ├── auth
│ │ ├── router.py
│ │ ├── schemas.py # pydantic models
│ │ ├── models.py # db models
│ │ ├── dependencies.py
│ │ ├── config.py # local configs
│ │ ├── constants.py
│ │ ├── exceptions.py
│ │ ├── service.py
│ │ └── utils.py
│ ├── project
│ │ ├── router.py
│ │ ├── schemas.py # pydantic models
│ │ ├── models.py # db models
│ │ ├── dependencies.py
│ │ ├── config.py # local configs
│ │ ├── constants.py
│ │ ├── exceptions.py
│ │ ├── service.py
│ │ └── utils.py
│ ├── tasks
│ │ ├── router.py
│ │ ├── schemas.py # pydantic models
│ │ ├── models.py # db models
│ │ ├── dependencies.py
│ │ ├── config.py # local configs
│ │ ├── constants.py
│ │ ├── exceptions.py
│ │ ├── service.py
│ │ └── utils.py
│ └── admin
│ │ ├── router.py
│ │ ├── models.py
│ │ ├── dependencies.py
│ │ ├── constants.py
│ │ ├── exceptions.py
│ │ ├── service.py
│ │ └── utils.py
│ ├── config.py # global configs
│ ├── models.py # global models
│ ├── exceptions.py # global exceptions
│ ├── pagination.py # global module e.g. pagination
│ ├── database.py # db connection related stuff
│ └── main.py
├── tests/
│ ├── test_task_app.py
├── requirements
│ ├── base.txt
│ ├── dev.txt
│ └── prod.txt
├── .env
├── .gitignore
├── Dockerfile
├── docker-compose.yaml
└── alembic.ini
Selected from shared topics, language and repository description—not editorial ratings.
Hunnyjain7 /
A FastApi Boilerplate for Production
51/100 healthkaanari-tech /
FastAPI REST boilerplate is a comprehensive starting point for developing robust web applications. It provides a structured foundation equipped with essential features and configurations.
41/100 healthRashminDungrani /
Discover and explore a curated collection of innovative FastAPI projects. From basic setups to advanced applications, find inspiration and resources for building modern APIs with Python.
Shubham-Redkar /
AI-powered observability and incident analysis backend for storing logs, tracking production incidents, semantic debugging, and intelligent incident retrieval using FastAPI, PostgreSQL, and LangChain.
64/100 healthvitorhbech /
REST API for helpdesk ticket management. FastAPI, PostgreSQL, SQLAlchemy, Alembic
48/100 healthtariqjamal057 /
SaaS app for single/multi-store laundry, wholesale, and retail clothing store management. Manage inventory, customers, and billing with UPI, wallet, and card payments. Features include bill generation, cash logging, and automated status reminders. Streamline store operations.
42/100 health