Skip to content

NeedsClosure/Spark

 
 

Repository files navigation

stackorverlOrdz - Greenfield Project

"Things are bound to ignite when sparks fly!"

Team

  • Product Owner: Deniz Tetik
  • Scrum Master: Andrew Leonardi
  • Development Team Members: Bohee Park, Rebecca Gray

Table of Contents

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

Usage

Some usage instructions

Requirements

  • Node v6.2.2
  • MongoDB 2.2.1

Facebook Developer Profile

  1. Register a new app on Facebook (https://developers.facebook.com/apps/)
  2. Insert Facebook App ID and App Secret into app/server/server.js lines 58 and 59
  3. In App Settings go to the bottom of the page and click "+ Add Platform" and set the Site URL to either http://localhost:3000/auth/facebook/callback or http://your-domain-name.com/auth/facebook/callback depending on whether you are in a development or production platform.
  4. In App Domains above set the domain to localhost or your-domain-name.com

Traitify Developer Profile

  1. Go to https://developer.traitify.com/ and signup for a developer account. Set your public key as the value of all of the 'Authorization' keys in traitifyAPICalls.js.

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.9%
  • HTML 7.8%
  • CSS 1.3%