These instructions will get you a copy of the project up and running on your local machine.
Java8+
Maven
IDE (Intellij/Eclipse)
git clone <repository>
git checkout test
Import project in IDE of your choice
Run mvn clean install
Complete all questions with Test Cases
Run mvn clean install to ensure project can be built and passess all test cases
git commit -m "<Your Name>: final submission"
git push
- Karya Chhetri - Initial setup