Service that enables collaborative features for ExplorViz.
git clone <repository-url>
this repositorycd collaboration-service
npm install
- Start local Redis instance:
docker compose -f .dev/compose.yaml up -d
- Start application:
npm run start
- Run unit tests:
npm test
- Start local Redis instance:
docker compose -f .dev/compose.yaml up -d
- Start application:
npm run start
- Wait for the server to be ready (running on port 4444)
- Run integration tests:
npm run test:supertest
Note: Integration tests require the application server to be running. The tests will fail with connection errors if the server is not accessible.
- Execute
npm run build