Acompanho (reads "Acompaño") is a simple RSS Reader made with the MEAN Stack (MongoDB, Express.js, Angular and Node.js). Any suggestions are welcome!
You will need node.js, bower and gulp to build/run the app.
Download node.js from http://www.nodejs.org and install the other tools using the bundled npm:
$ npm install -g bower gulp
Then, execute (in the app folder):
$ npm install
$ bower install
Then, start the app using:
$ gulp serve
Acompanho needs a mongodb database, and its configuration is "hardcoded" on the app.js file. Future releases will have a better solution for that.