http://shipments_tracker.com/
Things you may want to cover:
- Ruby 3.0.0
- Rails 7.0.6
- PostgreSQL
bundle install
To setup database you 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
rails server
You should run the tests with the following command:
rails test