Hotreads

About

Hotreads is a place that shows the most popular places on the Internet. This is a companion app to URLockBox, an application where users can manage links they want to save. Hotreads is a Rails applilcation and API that sends information to URLockBox about the current top 10 links.

Setup

  1. Clone this repo.
  2. bundle install
  3. rake db:create db:migrate
  4. To run locally: rails s and navigate to 127.0.0.1:3000

Running the Tests

rspec