Nest Logo

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

yarn Version Package License yarn Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Documentation

Google Docs

https://docs.google.com/document/d/1sDpehJYU_0hc9WXgZzj6yGlgD5bCRc-D24nwcJiKrng/edit?usp=sharing

Installation

$ yarn install

Running the app

https://docs.google.com/document/d/1sDpehJYU_0hc9WXgZzj6yGlgD5bCRc-D24nwcJiKrng/edit?usp=sharing

# 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