How To Launch - Munoon/Restaurant-REST-Voting-System GitHub Wiki

To launch it you need only to execute 2 console commands in project folder.

$ mvn package
$ mvn cargo:run

After this commands you will start hosting website on page localhost:8080/voter


This app using HSQLDB database. By default it locate at D:/temp/voting-system.

If you using Linux or Mac, or you want to change default location you may change it in src/main/resources/db/hsqldb.properties.