/threadmill

Rails app for coding challenge

Primary LanguageRuby

#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 bill@example.com/topsecret.)