This is a fully-functioning Brut-powered app to manage Architecture Decision Records.
It demonstrates much of what Brut can do.
(Not yet available online)
- Install Docker
- Pull down this Repo
dx/buildto build an image that will run this code inside Dockerdx/startto start a container with that image, plus other containers for Postgres, Sidekiq, and OTel- In another terminal:
dx/exec bin/setup- this will install all gems and set the app up inside the container.dx/exec bin/ci- run all tests and quality checks.dx/exec bin/dev- then go to http://localhost:6504- Click "Dev Login"
- Enter
pat@example.com - Enjoy!