QBoard
Example of usage rom-rb and dry-rb with Rails.
Installation
Setup your database and run migrations:
$ rails db:migrate
<= db:migrate executed
Usage
Run server:
$ rails s
Open http://localhost:3000 in your browser
Run specs
Run rspec as usual:
$ rspec
App deployed to Heroku
https://qaboardapp.herokuapp.com/
License
The code is available as open source under the terms of the MIT License.