Still a work in progress.
Run the app with foreman start -f Procfile.dev
. This will start both the server as
well as the Sidekiq worker.
To run the entire test suite, first install all required gems with bundle install
and run bundle exec rspec
.