https://github.com/engineeringmadness/pocketchange
An expense tracker with inbuilt analytics
https://github.com/engineeringmadness/pocketchange
Last synced: about 1 month ago
JSON representation
An expense tracker with inbuilt analytics
- Host: GitHub
- URL: https://github.com/engineeringmadness/pocketchange
- Owner: engineeringmadness
- Created: 2019-08-17T06:14:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T05:24:29.000Z (over 3 years ago)
- Last Synced: 2025-11-20T20:05:25.678Z (7 months ago)
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PocketChange
An expense tracker that tracks different category of expenses.
It allows to filter monthly and category wise expenses.
It has a dashboard that gives the user basic analytics of their expenses.
1. Install MySQL DB and run the create_table.sql file in resources folder
2. Compile war by running
> ./mvnw clean package -X -DskipTests
3. Deploy the generated war file to standalone tomcat 9 server
4. Application will be available at http://localhost:8080/pocketchange/