Skip to content

Barta-Interactive/barta-chat-nest

Repository files navigation

Barta-Chat-Nest

Nest based microservice for Barta Chat

Installation

$ yarn install

Generate docs (Powered by compodoc)

$ npx @compodoc/compodoc -p tsconfig.json -s

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov