← Back to Packages

Package

FastAPI Simple Skeleton

Python FastAPI Docker

Minimal FastAPI project skeleton for rapid development of tiny APIs.

Overview

Minimal FastAPI project skeleton designed for rapid development of tiny APIs, especially for serving ML models. Includes Docker support, Makefile, and an example BMI endpoint. Extend with your own routes and schemas.

Tips

  • Python 3.9+. pip install -r requirements.txt, then uvicorn app.main:app --reload.
  • Use the Makefile for Docker build, run, stop, logs, restart.
View on GitHub →

Stay Updated

Join the mailing list for technical discourse, architectural logs, and research notes. No spam, ever.