Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 682 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 682 Bytes

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