Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 250 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 250 Bytes

README

  • Ruby version 3.0.2
  • Configuration
bundle
  • Database creation
rails db:create
rails db:migrate
rails db:seed
  • Testing
  • run ```rspec`` to fully launch the test suite.
  • run rubycritic to launch metric analysis.