This app is designed to help us evaluate potential recruits.
The app contains a single endpoint that returns shipping rates for a given country.
- ruby 2.1.x
- bundler
- postgres
git clone [email protected]:tricycle/trike_trial.git
bundle install
rake db:create db:migrate
Run the tests using:
rspec spec