Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 390 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 390 Bytes

#Threadmill

This is a Rails App to fulfil Rob Hudson's coding challenge. It's built with Rails 4.2.2.

To get started, run bundle install and rake db:setup, then bundle exec rspec to verify tests, and finally rails s, before navigating to localhost:3000 in the browser. (You can log in with [email protected]/topsecret.)