Make finding a movie to watch a breeze!
##Mobile Screenshots
- Product Owner: Alex Castle
- Scrum Master: Kiyomi Li
- Development Team Members: Kenneth Ho, Jeremy Hui
- Product Owner: Marco Viappiani
- Scrum Master: Kiri Strack-Grose
- Development Team Members: Jennie Kim Eldon, Lambert Kuang
Movie Dash works in a browser. Just open it up.
- Node 0.10.x
- Express 4.13.3
- Angular
8/5/15: Development begun.
From within the root directory:
sudo npm install -g bower
npm install
Visit Google's developer console to obtain an API key. Create a file on in ./server named googleKey.js and paste the following:
module.exports.google = GOOGLE_API_KEY;
In the same file, add an API key for The Movie Database (TMDb) :
module.exports.moviedb = MOVIE_DB_API;
To build and run local server, from root directory:
grunt
To deploy to Heroku:
grunt deploy -prod
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.# radioactiveOrca