An open API service indexing awesome lists of open source software.

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.

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.