From 40b855a5c32bb6f82c76d11ff140f181048c7803 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Thu, 7 Nov 2024 09:37:07 -0500 Subject: [PATCH] DOCSP-37736: Adding FastAPI App Generator to Tools page (#122) (cherry picked from commit b3fd18e0f5fc7b19ad5591a9b558c481130cec39) --- source/tools.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/tools.txt b/source/tools.txt index b6266855..7eee7638 100644 --- a/source/tools.txt +++ b/source/tools.txt @@ -119,6 +119,10 @@ Flask Other Tools ~~~~~~~~~~~ +- `Full Stack FastAPI App Generator `__ + enables you to quickly spin up a full-stack application + that integrates FastAPI, React, and MongoDB. + - `Log4Mongo `__ is a flexible Python logging handler that can store logs in MongoDB by using normal and capped collections.