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.7.0p0
-
Rails version: Rails 7.0.3.1
-
Configuration: change the username, password in the database.yml
-
Database creation:
rails db:create && rails db:migrate
-
install gems:
bundle install
-
start the app:
rails s