/qualification_code_challenge

A tiny, basic rails app for displaying qualification data from a JSON api

Primary LanguageRuby

Qualifications Code Challenge

The full description of the code challenge can be found in the accompanying PDF. I'm not mentioning the details here to avoid search engine indexing.

Installation

bundle install
bundle exec rake test #optional!
bundle exec rails server
view http://localhost:3000/qualifications

See also

Have a look at the notes.md file for my thoughts on this code challenge.