/nestjs-crud-api

NestJS simple CRUD operation API for Riders management | MongoDB

Primary LanguageTypeScript

Description

Riders simple managament CRUD API

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

nestjs-crud-api