RSS Reader in Ruby on Rails and SQLite
##Installation
git clone https://github.com/jiteshjha/RSS-Reader.git
andcd RSS-Reader
- Install gems with
bundle install
- run
rake db:migrate
- run 'rails server'
- After adding a new RSS feed, run 'bundle exec rake sync:feeds'
- run 'rails server' again
- Done!