raniaderouiche / municipalite-project

Municipality management desktop application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

Municipality management desktop application


Languages

Language:Java 96.5%Language:CSS 3.5%