Update README.md

updated readme to include the postgres and mongodb FastAPI app generator projects
This commit is contained in:
Rachelle Palmer 2024-02-14 10:16:13 -05:00 committed by GitHub
parent ea579ac608
commit 55d8412281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.