https://github.com/fastapi-startkit/fastapi-startkit-framework
FastAPI StartKit is a production-ready boilerplate for building scalable microservices with FastAPI and Python. It provides a modular project structure, CLI-based scaffolding, and preconfigured essentials like logging, database setup, environment management, and testing—helping developers quickly ship backend services with best practices.
https://github.com/fastapi-startkit/fastapi-startkit-framework
fastapi fastapi-boilerplate fastapi-logging fastapi-sqlalchemy
Last synced: 7 days ago
JSON representation
FastAPI StartKit is a production-ready boilerplate for building scalable microservices with FastAPI and Python. It provides a modular project structure, CLI-based scaffolding, and preconfigured essentials like logging, database setup, environment management, and testing—helping developers quickly ship backend services with best practices.
- Host: GitHub
- URL: https://github.com/fastapi-startkit/fastapi-startkit-framework
- Owner: fastapi-startkit
- Created: 2026-04-08T22:50:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-13T08:00:19.000Z (7 days ago)
- Last Synced: 2026-06-13T08:17:53.468Z (7 days ago)
- Topics: fastapi, fastapi-boilerplate, fastapi-logging, fastapi-sqlalchemy
- Language: Python
- Homepage: https://fastapi-startkit.github.io/docs/getting-started
- Size: 35.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Setup
After cloning, activate the git hooks:
```sh
git config core.hooksPath .githooks
```
This enables the pre-commit hook that runs `ruff check --fix` on the core package before every commit.