Skip to content

ericraj/nestjs-api-rest-boilerplate

Repository files navigation

Description

NestJS API REST boilerplate repository

Environment

$ cp .env.example .env

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

Nest is MIT licensed