"Things are bound to ignite when sparks fly!"
- Product Owner: Deniz Tetik
- Scrum Master: Andrew Leonardi
- Development Team Members: Bohee Park, Rebecca Gray
Some usage instructions
- Node v6.2.2
- MongoDB 2.2.1
- Register a new app on Facebook (https://developers.facebook.com/apps/)
- Insert Facebook App ID and App Secret into app/server/server.js lines 58 and 59
- 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.
- In App Domains above set the domain to localhost or your-domain-name.com
- 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.
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.