Responsive web app which organizes Netflix content by genre and aggregate score based on available IMDB, Rotten Tomatoes, and Metacritic scores.
Netflix and IMDB do not have publically available APIs; data sources include titles scrapped from Reelgood.com and information gathered from the OMDB API.
- Repopulate the database - node ./grabMovieInfo.js
- Run servers - npm run dev
Backend files are in root directory, and client folder stores front end.
- MongoDB (hosted on mLab)
- Express
- React.js
- Node.js