Guess that Movie is an entertainment app that lets users compete in a game of guessing movie titles based off of limited info.
Once you've configured everything properly as per the Prerequisites section, run the following:
yarn
(install dependencies)yarn react-dev
(compile client)yarn server-dev
(start REST server)
MongoDB Have an instance running on your machine, port 27017
.
The Movie Database (TMDb) API Key This can be obtained from their website: https://www.themoviedb.org/. It should be placed in: config/index.js
.
We're currently not accepting contributions at this time. Perhaps some day in the future.
- James Yen – GitHub
- Hack Reactor, Los Angeles