PierroD/fastapi-crudrouter-mongodb
This is the MongoDB version of awtkns CRUDRouter for FastAPI
This project helps backend developers quickly create and manage data operations (Create, Read, Update, Delete) for their MongoDB databases using FastAPI. You provide your MongoDB data models and database connection, and it automatically generates the necessary API routes. This is ideal for Python developers building web APIs who need to interact with MongoDB.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python backend developer building an API with FastAPI and MongoDB, and you want to rapidly set up basic CRUD endpoints without writing repetitive code.
Not ideal if you are not a Python developer, or if your project requires highly customized, non-standard data interactions that go beyond typical CRUD operations.
Stars
9
Forks
1
Language
Python
License
MIT
Category
Last pushed
Aug 24, 2025
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/PierroD/fastapi-crudrouter-mongodb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents