/nest_demo

Primary LanguageTypeScriptMIT LicenseMIT

a simple nest server starter with MongoDB, jsonwebtoken

By the way, this is a real server which is deployed for the project ts-react-webpack, and there it is https://starter.jackple.com/ 😁😁😁

Installation

$ npm i

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# debug with vscode mode
$ npm run start:debug

# production mode
npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

pm2 start example

$ pm2 start npm -- start