Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 3.25 KB

README.md

File metadata and controls

92 lines (69 loc) · 3.25 KB

🧙 Team

GP(Good People) - TDD를 기반으로 Nest.js 서버 구축


김지환


남효정


이다정


최희원

💻 Stack







CI/CD




CloudWatch & Slack Webhook

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.