/Geocit134

Base project

Primary LanguageJavaMIT LicenseMIT

Geo Citizen

Coverage Code Smells Security Rating Vulnerabilities

Quality gate

Prerequisites: Ubuntu, Git, Maven3, Tomcat 9

  1. git clone https://github.com/wladOSnull/Geocit134.git; cd Geocit134

  2. in config file ~/Geocit134/src/main/resources/application.properties you might want to edit following properties

  3. mvn install && mv target/citizen.war /usr/share/tomcat9/webapps/ && /usr/share/tomcat9/bin/startup.sh

  4. e.g. http://localhost:8080/citizen/

if you want to make changes to frontend you have to cd to ~/Ch-058/front-end dir and run npm run dev after successful execution you'll see url. to generate the production build you have to