Loading repository data…
Loading repository data…
swarmauri / repository
A template repository for Swarmauri's Crouton.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

Welcome to the Crouton Boilerplate repository! This template demonstrates how to use Crouton to rapidly build API CRUD routes.
Ensure you have the following installed:
Install dependencies using pip:
pip install -r requirements.txt
Run the development server:
uvicorn main:app --reload
Visit http://127.0.0.1:8000/docs to see the auto-generated OpenAPI documentation.