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 1 commit
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
------------------

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This structure is modeled on the PHP page, as recommended in the ticket

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we say "Full Stack FastAPI MongoDB App Generator"?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, do we want to direct users to this url rather than the blog post? https://github.com/mongodb-labs/full-stack-fastapi-mongodb

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense to me. I originally linked to the blog post because it contains a link to the repo, but linking directly to the repo seems more consistent with the rest of our docs.

- The `Full Stack FastAPI Generator <http://www.mongodb.com/blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`__
simplifies setup of web applications that use the FastAPI, React, and MongoDB
(FARM) stack. You can learn more about the FARM stack in the
`MongoDB Developer Center. <https://www.mongodb.com/developer/languages/python/farm-stack-fastapi-react-mongodb/>`__
Jibola marked this conversation as resolved.
Show resolved Hide resolved

.. important::

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