awtkns/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
This tool helps backend developers quickly set up standard create, read, update, and delete (CRUD) operations for their web application's data models. You provide your data model (e.g., for products, users, or articles), and it automatically generates the necessary API endpoints. This is for Python developers building RESTful APIs with FastAPI who want to reduce repetitive coding.
1,683 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a FastAPI developer building an API and want to rapidly generate boilerplate CRUD routes for your data models.
Not ideal if you need highly customized API logic for every data operation or are not working within the FastAPI framework.
Stars
1,683
Forks
177
Language
Python
License
MIT
Category
Last pushed
Nov 01, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/awtkns/fastapi-crudrouter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.