README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version 2.4.2
- Rails version 5.1.1
bundle install
rails db:create db:migrate db:seed
rails s
and access http://localhost:3000
to view result.