/productServer-nestjs

프린트시티 상품서버 nestjs(테스트)

Primary LanguageTypeScript

Nest Logo

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

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

Description

본 레포지토리는 더 나은 아키텍처에 대한 연구용으로 만들어 졌으며 중요한 db 접근 권한은 없어 정보 침해가 되지 않습니다. 오직 본 레포지토리의 소유자의 실력에 대한 평가 및 어드바이스 받는 용으로 사용될 것입니다.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.