This is Ablution, a holiday-property management application.
It uses Polylith, with a Shadow CLJS / re-frame / re-com frontend, and a Compojure / Ring / XTDB backend. The two ends communicate using edn, as application/edn, and it is deployed on AWS using Elastic Beanstalk and Docker Compose.
Try it for yourself:
docker compose up
… and visit http://localhost:8000.
The Ablution UI currently only allows a user to interact with the Supplies domain. The demo runs on an in-memory database.
Expose the Confirms functionality in the UI.