This is a reference application for developers to learn how to build applications with Macchinetta Server Framework & Macchinetta Client Libraries.
Download source code from here. Extract the zip file at any location of choice.
Install and start PostgreSQL. Select 'postgres' as password for postgres user. If you'd like to use other password, some changes will be required in setting files.
First of all, create database named 'atrs'.
After that, execute the command below at the directory where the downloaded source code is unzipped.
$ mvn sql:execute -f atrs-initdb/pom.xml
It is assumed that maven is already installed. If not, install it and try again.
Execute the command below at the directory where the downloaded source code is unzipped.
$ mvn clean install -P default
$ mvn cargo:run -P default -f atrs-web/pom.xml
Access http://localhost:8080/atrs/.