Ruby Version 2.6.3
Rails Version 6.0.1
- Clone repo
- Run
rails db:create db:migrate db:seed
- 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 userails s
- Enter
rspec
to run the test suite.
Coming soon.