Skip to content

edritech93/nestjs-boilerplate

Repository files navigation

Description

This repo is using Nest JS version 10

Collection

import file Nest-Boilerplate.postman_collection.json to Postman

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov