matheusdearaujo / notification-service

A notification service for any applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A notification service for any applications.

Installation

$ npm install
$ docker-compose up -d --build

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

About

A notification service for any applications.


Languages

Language:TypeScript 97.7%Language:JavaScript 1.8%Language:Dockerfile 0.5%