A simple ticket estimation tool
Unrefined aims to provide a dead simple flow to estimate tickets
Product guy:
Engineer:
Repeat...
This is a VERY primitive software, lots of stuff is missing like authentication, durable storage and a good UI; nothing stops you to trash it in favor of more mature solutions, but you are free to extend it to fit your needs.
This is nothing more than an experiment so don't expect more from it.
You will need clojure build tools and a editor that support REPL driven development; popular options:
To create a production build run:
clj -T:build uber
A new version of the standalone jar will be available in the target/ directory.
To run the server locally (including nrepl):
clj -M:run
It will start the http server (default port 8080) and the nrepl server (default port 1667), happy hacking!
The server can be configured by setting few environment variables:
Copyleft © 2022 Francesco Pischedda
Distributed under the AGPL v3, see LICENCE file for more details