fpischedda / unrefined

A simple ticket refinement tool
GNU Affero General Public License v3.0
0 stars 2 forks source link

Unrefined

A simple ticket estimation tool

Unrefined aims to provide a dead simple flow to estimate tickets

Overview

Product guy:

Engineer:

Repeat...

Disclaimer

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.

Development

You will need clojure build tools and a editor that support REPL driven development; popular options:

Create a standalone jar

To create a production build run:

clj -T:build uber

A new version of the standalone jar will be available in the target/ directory.

Running the server locally

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!

Configuration

The server can be configured by setting few environment variables:

License

Copyleft © 2022 Francesco Pischedda

Distributed under the AGPL v3, see LICENCE file for more details