DEV Community

Cover image for NestJS boilerplate using GraphQL and MongoDB
Mrityunjaya Prajapati
Mrityunjaya Prajapati

Posted on

NestJS boilerplate using GraphQL and MongoDB

Nestjs is one of the best available TypeScript framework that supports various databases and ORMs. You can easily develop Rest and GraphQL APIs.

I developed one boilerplate for GraphQL API using Nest.js and MongoDB. You can find full source code at: https://github.com/deadwin19/nestjs-graphql-mongodb-boilerplate

Top comments (0)