Skip to content

Galactic-Tango/dartfeed

 
 

Repository files navigation

DartFeed

A news aggregator for all of your tech news.

Team

  • Product Owner: Greg Dungca
  • Scrum Master: Manu Mishra
  • Development Team Members: Chris Bee, Will Dembinski

Requirements

  • Node

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

###Facebook Integration

  • You will need to create a developer account with an facebook profile - developers.facebook.com
  • You need to add the app to your developer account and it needs to be configured to reflect the url of your app (localhost:8000 for local development)
  • You will need to add your team as devlopers on the project
  • The project looks for a config.js file that that is in root server directory
module.exports = {
  fbClientID: YOUR_ID,
  fbClientSecret: 'YOUR_SECRET', 
  fbCallback: 'http://localhost:8000/api/auth/facebook/callback'
}
  • Note: to keep your account secure, the config.js file should not be checked into git hub! Make sure it remains in the .gitignore. Alternatively, you could set the requried values and ENV values and update the code to use them.

Future Features

  • Followers
  • Users page styling
  • Popular articles
  • Recommended articles
  • Define more categories

About

A news aggregation platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • HTML 17.6%
  • CSS 12.8%