README

Ruby Version 2.6.3

Rails Version 6.0.1

Setup

  1. Clone repo
  2. Run rails db:create db:migrate db:seed
  3. Run heroku local
    • This will spin up a local server running on localhost:5000 that simulates the Heroku environment.
    • For some debugging purposes, ie using pry-rails it may be necessary to use rails s
  4. Enter rspec to run the test suite.

Available Endpoints

Coming soon.