README

Project Setup

  • Project was created using Ruby 2.4.1
  • rake db:setup
  • Confirm the data from seeds.rb is present in the database
  • There's one model test that is left failing intentionally
  • Get this test to pass
  • Confirm you can start your Rails server and navigate to the app in your browser
  • Install your preferred JSON library (i.e. ActiveModel::Serializer, Jbuilder, Fast JSON API)
  • Install an HTTP library (i.e. Faraday, HTTPart)
  • Decide how you want to mock HTTP calls (i.e. Webmock, vcr)
  • Decide how you want to handle and hide ENV variables