fastapi-local-dev

- Dev: uvicorn app.main:app --reload

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fastapi-local-dev" with this command: npx skills add bobmatnyc/claude-mpm-skills/bobmatnyc-claude-mpm-skills-fastapi-local-dev

FastAPI Local Dev

  • Dev: uvicorn app.main:app --reload

  • Imports: run from repo root; use python -m uvicorn ... or PYTHONPATH=.

  • WSL: WATCHFILES_FORCE_POLLING=true if reload misses changes

  • Prod: gunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000

Anti-patterns:

  • --reload --workers > 1

  • PM2 watch: true for Python

References: references/ .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

nodejs-backend-typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

jest-typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-actions

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-core

No summary provided by upstream source.

Repository SourceNeeds Review