Nx monorepo GraphQL API boilerplate with TypeGraphQL, Express, and MongoDB
This boilerplate provides a GraphQL API implemented with TypeGraphQL and Apollo on an Express server, using MongoDB with Typegoose models organized in an Nx monorepo. It includes resolvers, middleware, testing configuration, and npm scripts for local development and production builds. It's suited for building backend APIs and microservices that require a GraphQL interface backed by MongoDB data models.
0