My coding test from the Propelor job interview.
Straight-forward Rails setup. Note the db/seeds.rb
file has some test data, so recommend seeding the database.
Coded with ruby version 3.0.2.
After cloning repo:
bundle
yarn
rails db:setup
rspec
rails s
Copyright 2021 John Pitchko