This app allows you to track your daily expenses. You can create multiple wallets along with as many categories and subcategories as you want. Once you create your categories and your wallets, you can insert your expenses and view all of them in a dedicated section.
Move into resources folder within your terminal and run
docker compose up mysql-db
Now, you can build the server application with
mvn clean install
In order to run the server use
java -jar target/expense-tracker-0.0.1-SNAPSHOT.jar
First run
npm install
And then
npm run build