/radioactiveOrca

Greenfield Project

Primary LanguageHTML

Movie Dash

Make finding a movie to watch a breeze!

alt tag

Team

  • Product Owner: Alex Castle
  • Scrum Master: Kiyomi Li
  • Development Team Members: Kenneth Ho, Jeremy Hui

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Movie Dash works in a browser. Just open it up.

Requirements

  • Node 0.10.x
  • Express 4.13.3
  • Angular

Development

8/5/15: Development begun.

Getting Started

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install

Acquire API keys

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;

Grunt

To build and run local server, from root directory:

grunt

To deploy to Heroku:

grunt deploy -prod

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.# radioactiveOrca