Visit the app here: https://intense-brushlands-39169.herokuapp.com/articles!
To run the app locally make sure you have rails installed, clone the repo and run bundle install
to fetch all the gems.
Run rake db:migrate
to run the migrations.
Issue rails server -p 3000
and visit localhost:3000
to view the app