The application runs like a standard Java program. Follow these steps:
- Deploy the HSQL database using the
/startup.sh
or/startup.bat
scripts located in the/data
folder. This step is required to set up the application. - Execute
MainInicial.java
. - Run
Main1.java
to load the data. - Run
Main2.java
to query the data.