An application that I wrote on evenings and weekends June/July 2019. It is used in Price f(x) to manage parking and desk sharing (we call it Parky here! :)). It was an incredible success, hence I share it on github.
Check this nice video to understand what it does
https://www.youtube.com/watch?v=J-apTcFxKsk
Check wiki for some docs https://github.com/holdybot/holdybot/wiki
Talk at Barcamp 2019 Hradec Králové - Czech only
https://www.youtube.com/watch?v=VgORnv1sMLk
The app skeleton was generated with Luminus version "3.34", uses Postgres to store the data and is written in Clojure/ClojureScript.
You will need Leiningen 2.0 or above installed.
To start a web server for the server, run:
lein run
To start a client dev build, run:
lein shadow watch app
Copyright © 2019 Tomas Lamr