This project is a Java application for interacting with the Taiga API to perform various task and calculating metrics.
git clone https://github.com/ser516asu/SER516-Team-Louisville.git
cd SER516-Team-LouisvilleGo to the project root and compile the Maven project
mvn compileNow, run the project using following command
mvn compile exec:java -Dexec.mainClass=Main mvn test mvn clean package
java -jar target/Louisville-release.jarIn case you don't have Maven installed, please refer to following tutorial