Frontend available here
npm installto install dependenciesnpm startstarts the app (note: assumes MongoDB is running with data loaded)npm testto run tests (assumes app is running)
- Express REST backend framework
- Mocha Test framework
- Chai Test assertions library
- Mongoose MongoDB library
NOTE: When uploading provided data to mongo, dates are assumed to be in UTC (Ie, Dec 04 2019 corresponds to the ISO time 2019-12-04T00:00:00.000+00:00)
See frontend