Quick Start
This quick start guide allow you setup BudgetApp using HSQL in Memory DB, for testing and evaluation purpose.
Warning
This setup running on HSQL in memory DB, do not use for production.
Prerequisites
Running BudgetApp
# Run BudgetApp
docker run -d \
--name budgetapp \
-p 8080:8080 \
paukiatwee/budgetapp
Browse http://localhost:8080 to use BudgetApp.