To install this example application, run the following commands:
git clone https://github.com/alexander-perucci/examifire.git examifire
cd examifireThis will get a copy of the eXamiFire web application locally. To create the database, execute the SQL script examifire-schema.sql.
Then, run the eXamiFire web application:
./mvnw spring-boot:runFinally, populate the database with the initial data by executing the SQL script examifire-data.sql.
Apache 2.0, see LICENSE.