Name Last Update
..
src Loading commit data...
test Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.prettierrc Loading commit data...
README.md Loading commit data...
backend Loading commit data...
ecosystem.config.js Loading commit data...
nest-cli.json Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...

Description

드.론.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov