Skip to content

Commit 5b8328d

Browse files
authored
[Docs+] Getting Started With MongoDB and FastAPI (#250)
* format content * formatting * toc * setup and create * reorg * steps * steps * steps * steps * resources * format tweaks * edit * title change * vale errors * snooty conflict * formatting * formatting * restructure * numbers steps * formatting * finish edits * tweak * RR feedback * original link * edits * remove wrong file * RR feedback * vale * step format * vale * testing * vale * spacing * add details * formatting * vale * RR feedback * NS feedback * python version * NS feedback * undo delete
1 parent 86a890d commit 5b8328d

File tree

4 files changed

+597
-0
lines changed

4 files changed

+597
-0
lines changed

source/connect.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ see the corresponding code:
100100
uri = "mongodb://localhost:27017/"
101101
client = AsyncMongoClient(uri)
102102

103+
.. _pymongo_connect_atlas:
104+
103105
Atlas
104106
~~~~~
105107

736 KB
Loading

source/integrations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Third-Party Integrations and Tools
2121
.. toctree::
2222

2323
Tutorial: Flask and Celery Integration </integrations/flask-celery-integration>
24+
FastAPI Integration Tutorial </integrations/fastapi-integration>
2425

2526
Overview
2627
--------

0 commit comments

Comments
 (0)