From 0ebcc46b37ac8d14a7dd38169742cf974a37fe16 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:35:43 -0500 Subject: [PATCH] DOCSP-35856 - fastapi generator (#945) --- source/python-drivers.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index b6f7c50cd..0027dd47d 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -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 `. \ No newline at end of file +Atlas, see :atlas:`Connect from Your Application `. + +Tools and Projects +------------------ + +- The `Full Stack FastAPI App Generator `__ + 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. ` + + .. important:: + + The MongoDB Full Stack FastAPI App Generator is an experimental project + and is not yet supported by MongoDB. \ No newline at end of file