File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
---
10
10
11
- ** Documentation** : [ http ://localhost:8000/ ] ( http ://localhost:8000 /)
11
+ ** Documentation** : [ https ://pierrod.github.io/fastapi-crudrouter-mongodb-doc/ ] ( https ://pierrod.github.io/fastapi-crudrouter-mongodb-doc /)
12
12
13
13
** Source Code** : [ https://github.com/pierrod/fastapi-crudrouter-mongodb ] ( https://github.com/pierrod/fastapi-crudrouter-mongodb )
14
14
21
21
---
22
22
23
23
Tired of rewriting generic CRUD routes? Need to rapidly prototype a feature for a presentation
24
- or a hackathon? Thankfully, [ fastapi-crudrouter-mongodb] ( https://github.com/awtkns/ fastapi-crudrouter-mongodb ) has your back.
24
+ or a hackathon? Thankfully, [ fastapi-crudrouter-mongodb] ( https://pierrod. github.io/ fastapi-crudrouter-mongodb-doc/ ) has your back.
25
25
26
26
As an extension to the APIRouter included with [ FastAPI] ( https://fastapi.tiangolo.com/ ) , the FastAPI CRUDRouter will automatically
27
27
generate and document your CRUD routes for you, all you have to do is pass your model and maybe your database connection.
You can’t perform that action at this time.
0 commit comments