Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 922 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 922 Bytes

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

A project to learn Nest from scratch.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start: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

Project is MIT licensed.