This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby 2.5.1
- Rails 5.2.1
bundle install
To setup database yoy either run:
rails db:setup
or:
rails db:create
rails db:migrate
rails db:seed
to run migrations use the following command:
rails db:migrate
You should run the tests with the following command:
rails test
rails test:system
You can lint the code running Rubocop:
rubocop