This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
You'll want to configure your machine to run:
-
Ruby 2.7.2
-
Postgres
-
Configuration
- bundle install
-
Database creation
- rails db:create
-
Database initialization
- rails db:migrate
-
How to run the test suite
- bundle exec rspec
-
...