fastapi-setup

Community

Bootstrap FastAPI backend with modern tooling.

Authormaneeshanif
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a practical blueprint for initializing FastAPI backends with modern tooling (UV, SQLModel, Alembic, and testing) to accelerate Phase 2 backend work.

Core Features & Use Cases

  • Project scaffolding: Create a FastAPI project structure with models, routers, services, and schemas.
  • Dependency management: Install essential libs like FastAPI, SQLModel, psycopg2-binary, jose, passlib, python-dotenv, and alembic.
  • App boilerplate: A basic FastAPI app with CORS, health endpoints, and a test-ready setup.
  • Use Case: Spin up a robust API backend quickly for a Todo app or microservices.

Quick Start

Create the backend, install core and dev dependencies, initialize a minimal FastAPI app, and run the server with Uvicorn for development.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fastapi-setup
Download link: https://github.com/maneeshanif/todo-spec-driven/archive/main.zip#fastapi-setup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository