agjacome / montecarlo-ps

Montecarlo-based estimations for JIRA

Home Page:https://montecarlo-ps.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

montecarlo-ps

Build Status Heroku Status License: MIT No Maintenance Intended

Side project in very early stages. Its purpose is to provide a web interface over a simple task estimation algorithm based upon Montecarlo simulations and historical JIRA data.

Current production website can be accessed through montecarlo-ps in Heroku.

How to run and develop locally

To run the project locally, both Leiningen and a valid JDK are required.

Given the prerequisites are met, just launch the following command in the root of the project:

$ lein run

This will start a local server with the current version of the application, accessible through http://localhost:8080.

To run all the tests, the following command must be executed:

$ lein test

Contributors

About

Montecarlo-based estimations for JIRA

https://montecarlo-ps.herokuapp.com/

License:MIT License


Languages

Language:Clojure 86.6%Language:HTML 13.4%