An analytics application for a hostpital setting.
Test server runs at http://54.242.40.251:5001/
Install dependencies with npm.
npm installRun tests first with npm test.
npm testcreate a test file with .test.js extension or add using require in tests/all.test.js The all.test.js allows for sequencial tests.
require('./path/to/testfile')
//Add more requires as needed
