Scallpy for FastAPI Project Generation #14624
jara505
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Hi FastAPI community! Many times, we need something fast and simple to get started with FastAPI projects. I'm excited to propose Scallpy (https://github.com/jara505/fastapi-scallfolding) as a project scaffolder. Inspired by Vite JS's simplicity, Scallpy generates clean, minimal FastAPI projects instantly, aligning with FastAPI's philosophy of speed and minimalism. This is a community contribution – open to feedback and iterations!
Why Scallpy?
Scallpy addresses common pain points in FastAPI project setup:
Quick Demo
Install and generate a project in seconds:
pip install scallpy scallpy create --name my-api --type structured --use-db --use-orm cd my-api pip install poetry==1.8.3 poetry install poetry run uvicorn my-api.main:app --reloadVisit
http://127.0.0.1:8000for your running API!Benefits for FastAPI Users
Comparison with Alternatives
Proposal
If you consider Scallpy could be useful for the community, it would be great if it were included in the official FastAPI documentation as a recommended community tool.
Maintenance: I (or maintainers) can handle updates to keep it aligned with FastAPI.
Current Status
What do you think? Would love to discuss integration or gather feedback. Thanks for making FastAPI awesome! 🚀
Beta Was this translation helpful? Give feedback.
All reactions