Skip to content

[Docs+] Getting Started With MongoDB and FastAPI #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bc8a97e
format content
rachel-mack Apr 8, 2025
d8224e4
formatting
rachel-mack Apr 8, 2025
f58e126
toc
rachel-mack Apr 8, 2025
aa6bb5d
setup and create
rachel-mack Apr 8, 2025
2c5af61
reorg
rachel-mack Apr 16, 2025
59893ac
steps
rachel-mack Apr 30, 2025
e38a2e2
steps
rachel-mack Apr 30, 2025
84df2a3
steps
rachel-mack Apr 30, 2025
9086607
steps
rachel-mack Apr 30, 2025
0256b08
resources
rachel-mack Apr 30, 2025
8167f78
format tweaks
rachel-mack May 1, 2025
bf73838
edit
rachel-mack May 2, 2025
63491bd
title change
rachel-mack May 2, 2025
80cbf93
vale errors
rachel-mack May 6, 2025
5d209b7
snooty conflict
rachel-mack May 6, 2025
5b21703
formatting
rachel-mack May 6, 2025
b634694
formatting
rachel-mack May 6, 2025
6e29536
restructure
rachel-mack May 7, 2025
6f8bb99
numbers steps
rachel-mack May 7, 2025
510c0f7
formatting
rachel-mack May 7, 2025
ae87691
finish edits
rachel-mack May 7, 2025
bf9ed18
tweak
rachel-mack May 7, 2025
eb23974
RR feedback
rachel-mack May 14, 2025
39c7b44
original link
rachel-mack May 15, 2025
de2e33c
original link
rachel-mack May 15, 2025
9b6485d
edits
rachel-mack May 27, 2025
17c83a4
remove wrong file
rachel-mack May 27, 2025
93081db
RR feedback
rachel-mack Jun 3, 2025
9a958fb
vale
rachel-mack Jun 4, 2025
3462707
step format
rachel-mack Jun 5, 2025
b38074e
vale
rachel-mack Jun 5, 2025
b148163
testing
rachel-mack Jun 6, 2025
c42b82e
vale
rachel-mack Jun 6, 2025
0aa9c4e
spacing
rachel-mack Jun 16, 2025
f9d4a8b
add details
rachel-mack Jun 17, 2025
fa58537
formatting
rachel-mack Jun 18, 2025
d225305
vale
rachel-mack Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ toc_landing_pages = [
"/crud/query",
"/crud/update",
"/monitoring-and-logging",
"/reference"
"/reference",
"/integrations"
]

intersphinx = [
Expand Down
2 changes: 2 additions & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ see the corresponding code:
uri = "mongodb://localhost:27017/"
client = AsyncMongoClient(uri)

.. _pymongo_connect_atlas:

Atlas
~~~~~

Expand Down
Binary file added source/includes/integrations/fastapi-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions source/integrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Third-Party Integrations and Tools
.. meta::
:keywords: pypi, package, web, module, pip

.. toctree::

FastAPI Integration Tutorial </integrations/fastapi-integration>

Overview
--------

Expand Down
Loading
Loading