You need the following technical stack to use this project:
- Java JDK
- GIT
- Maven
- Download Java JDK (for example: https://adoptium.net/download/)
- Set JAVA_HOME environment variable to root of the JDK folder
- Open command line and check java version:
java -version
- Download Maven (for example: https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip)
- Set MAVEN windows environment variable, path
- Open command line and check maven version:
mvn -version
- Download GIT (for example: (https://git-scm.com/download/win)