Skip to content

Barta-Interactive/barta-chat-nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5087667 · May 10, 2023

History

10 Commits
May 10, 2023
May 10, 2023
May 10, 2023
May 7, 2023
May 8, 2023
May 7, 2023
May 8, 2023
May 7, 2023
May 10, 2023
May 7, 2023
May 10, 2023
May 7, 2023
May 7, 2023
May 10, 2023

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