Server for a Sprint planning tool to make agile estimating and planning faster and more efficient.
Built using socket.io, acting as a broker for communication between players.
Install dependencies
npm install
Running
npm start
- PORT: Port to run on. Optional, default
3000
. - CORS_WHITELIST: Comma seperated list of URLS to whitelist for CORS. Optional, defaults to
*:*
.
Run all tests
npm test
Run unit tests
npm run test:unit
Run integration tests
npm run test:integration