From 55d841228101b7ba92b1f20849f563db8e2c6d52 Mon Sep 17 00:00:00 2001 From: Rachelle Palmer Date: Wed, 14 Feb 2024 10:16:13 -0500 Subject: [PATCH] Update README.md updated readme to include the postgres and mongodb FastAPI app generator projects --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f969af9..870d3be 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,6 @@ make front This will install the dependencies and start the development server. The frontend will be available at http://localhost:3000. + +### Boilerplate +In a rush? You can use either the [PostgreSQL app generator](https://github.com/tiangolo/full-stack-fastapi-postgresql) or the [MongoDB app generator](https://github.com/mongodb-labs/full-stack-fastapi-mongodb) for FASTAPI and eliminate much of the boilerplate.