DEV Community

Cover image for NestJS Rest API boilerplate using MongoDB
Mrityunjaya Prajapati
Mrityunjaya Prajapati

Posted on

NestJS Rest API boilerplate using 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 Rest API using Nest.js and MongoDB. You can find full source code at: https://github.com/deadwin19/nest-rest-mongo-boilerplate

Top comments (0)