Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 431 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 431 Bytes

my-notification-service

A Notification Service API built by NestJS.

Docs

接口文档:看这里

Setup

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov