Skip to content
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

DOCSP-35856 - fastapi generator #945

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Changes from all commits
Commits
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
15 changes: 14 additions & 1 deletion source/python-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,17 @@ environments:
.. include:: /includes/fact-environments.rst

To learn more about connecting your application to deployments hosted in MongoDB
Atlas, see :atlas:`Connect from Your Application </driver-connection>`.
Atlas, see :atlas:`Connect from Your Application </driver-connection>`.

Tools and Projects
------------------

- The `Full Stack FastAPI App Generator <https://github.com/mongodb-labs/full-stack-fastapi-mongodb>`__
simplifies setup of web applications that use the FastAPI, React, and MongoDB
(FARM) stack. You can learn more about this tool on the
:website:`MongoDB blog. </blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`

.. important::

The MongoDB Full Stack FastAPI App Generator is an experimental project
and is not yet supported by MongoDB.
Loading