Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 734 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 734 Bytes

poc-board-collaboration-server

Proof of Concept for implementing a websocket-server that enables collaboration on column boards between different users.

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.

License

GNU AFFERO GENERAL PUBLIC LICENSE V3 (see LICENSE)