← Back to Packages
View on GitHub →
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.