Too much time is spent scouring the web for headlines and jumping between scores of open tabs; Feedpile gives you access to the top stories in a single page app.
- Product Owner: Darin Allen
- Scrum Master: Alex Rosenthal
- Senior Software Engineers: Mohammad Farooqi, Faiz Mohammad
- Fork and clone repo.
- Install dependencies.
- Run
npm run deploy
to start the server. - Navigate to localhost:8081.
- Node 4.1.1
- Node Package Manager 3.10.10
- MongoDB 3.4.3 (if you're interested in having the application run locally)
- Webpack 2.3.3
From the root directory,
$ npm install
$ npm install webpack -g
$ touch .env
$ echo "MONGODB_URI=''" >> .env
$ mongod
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.