nx/docs/shared/recipes/database/mongo-fastify.md

14 lines
491 B
Markdown

---
title: Using MongoDB with Fastify in Nx
description: Learn how to set up and configure MongoDB with Fastify in an Nx workspace, including project scaffolding and database integration.
---
# Using MongoDB with Fastify in an Nx Workspace
In this example repo, you'll learn how to:
- Leverage Nx generators to scaffold out project configurations
- Setup MongoDB with Fastify
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-mongo#nx--fastify--mongodb" /%}