#Pre Requirements
Download and install git from here.
Download and install maven from here.
add maven to your envirement variables like this:
#Installation
Run git bash:
execute this commad in git bash:
Access the new cloned repository municipalite qnd execute this command to install project dependencies:
- mvn install
#Running The Project
Execute to compile project:
- mvn compile
Execute to run project:
- mvn exec:java -Dexec.mainClass=org.fsb.municipalite.App