All Projects → bradtraversy → Nestjs_rest_api

bradtraversy / Nestjs_rest_api

Rest api built with Nest and MongoDB

Programming Languages

typescript
32286 projects

NestJS REST API

A CRUD REST API using the NestJS framework and MongoDB/Mongoose.

Setup

Add your mongodb uri to the "config/keys.ts file"

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].