Simple App for the cool people on Ellen Street to allow users to search, browse, recommend and vote on recommended movies to watch for our Screen on the Green events. :)
git pull
npm i
npm run start
You will need a .env file with the following keys which you can obtain through Parse and TMDB respectively.
REACT_APP_PARSE_URL=
REACT_APP_PARSE_APP_ID=
REACT_APP_PARSE_KEY=
REACT_APP_TMDB_API_URL=
REACT_APP_TMDB_API_KEY=
REACT_APP_TMDB_POSTER_URL=
MIT