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

491 B

title description
Using MongoDB with Fastify in Nx 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" /%}