Basic API to provide information on The Report Of The Week
{
"product": "5 Hour Energy Pomegranate",
"manufacturer": "Living Essentials",
"category": "Energy Crisis",
"videoTitle": "Energy Crisis--Energy Drink Review",
"videoCode": "wyD3nCv_emI",
"dateReleased": "2011-02-20T00:00:00.000Z",
"rating": 7
}
- Check status:
- All reports (sorted by date):
- Reports by category
- Reports between certain dates
- The Report of the Week Client Interactive charts using React, Redux, and Recharts
- Install mongodb, node, and npm
- Clone the repo
- npm install
- npm start will load the data and start the server
- npm test will run the tests
The json information the server returns is created from seeds/reports.json. Information from new videos needs to be entered manually. Please feel free to update/append new data !