fastapi-crudrouter
CRUD generator
Automates creation of CRUD routes for models in a FastAPI application
A dynamic FastAPI router that automatically creates CRUD routes for your models
1k stars
16 watching
157 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
apiasyncasynciocode-generationcrudcrud-routesfastapifastapi-crudrouterframeworkopenapiopenapi-routepythonpython3redocrestsqlswagger-uiweb
Related projects:
Repository | Description | Stars |
---|---|---|
testdrivenio/fastapi-crud-async | Asynchronous API with CRUD operations | 436 |
testdrivenio/fastapi-crud-sync | An API built using FastAPI and Pytest for creating, reading, updating, and deleting data in a synchronized environment. | 79 |
mdconaway/fastapi-cruddy-framework | A framework providing a set of tools and policies to simplify CRUD operations in FastAPI applications. | 22 |
koxudaxi/fastapi-code-generator | Generates a FastAPI application from an OpenAPI file | 1,078 |
crudapi/crudapi-example | A tool for generating CRUD API interfaces without coding | 17 |
openapi-generators/openapi-python-client | Automatically generates Python client libraries from OpenAPI 3.0 and 3.1 documents | 1,361 |
wesdu/fastapi-opentracing | Middleware to support OpenTracing in FastAPI applications deployed on Kubernetes. | 24 |
fast-crud/fast-crud | A framework for building CRUD interfaces quickly and efficiently. | 941 |
khaledsukkar2/django-swift-crud | A package that simplifies setting up CRUD operations in Django models with a streamlined view class | 20 |
smagafurov/fastapi-jsonrpc | A JSON-RPC server implementation using FastAPI | 294 |
madkote/fastapi-plugins | Provides a plugin-based architecture to extend and customize the FastAPI framework | 378 |
jonra1993/fastapi-alembic-sqlmodel-async | An async web framework template for building secure and efficient APIs with authentication and role-based access control. | 1,016 |
opencrud/opencrud | A standard GraphQL API specification for simple CRUD operations on databases | 388 |
woowabros/nestjs-library-crud | A library that automatically generates CRUD REST APIs for NestJS applications using TypeORM entities. | 198 |
anthonycorletti/cloudrun-fastapi | An implementation of a Full-Stack Python API with PostgreSQL and Cloud Run deployment using FastAPI and Alembic for database migrations. | 196 |