Skip to content

andyklimczak/TheReportOfTheWeek-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

The Report Of The Week API

Basic API to provide information on The Report Of The Week

Example Review

{
    "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
}

Usage

Example Frontends

Development

  1. Install mongodb, node, and npm
  2. Clone the repo
  3. npm install
  4. npm start will load the data and start the server
  5. npm test will run the tests

Update data

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 !