Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 336 Bytes

RSS-Reader

RSS Reader in Ruby on Rails and SQLite

##Installation

  1. git clone https://github.com/jiteshjha/RSS-Reader.git and cd RSS-Reader
  2. Install gems with bundle install
  3. run rake db:migrate
  4. run 'rails server'
  5. After adding a new RSS feed, run 'bundle exec rake sync:feeds'
  6. run 'rails server' again
  7. Done!