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
- Clone this repo.
bundle install
rake db:create db:migrate
- To run locally:
rails s
and navigate to127.0.0.1:3000
Running the Tests
rspec