rsdelhi91/Ruby-on-Rails-News-Articles-Digest
This application is a news articles digest with scrapes news articles from multiple news websites and stores the articles in a MySQLite DB. The steps required to run this application are as follows: a. bundle install b. rake db:create c. rake db:migrate d. rails s
Ruby