Manage your bank transactions by importing
- Midata files
- Transactions in csv format
and get statistics for them.
The preparation for the execution of the application needs a small setup of the properties file. This file is the application.properties
The values that
- initial.balance: Amount in decimal format (ex: 00.000)
- transactions.directory: Directory where uploaded files will stored (ex: my/upload/directory)
- transaction.tags: Comma separated values for tags (ex: Income,Expenses,Commute,Home etc)
- server.port: Change if the default value creates conflict with another web app, else leav it as it is.
Open you terminal and navigate to the directory where you have unzipped the app.
- Execute the following command ./start.sh
- Go to your browser and type http://localhost:9999
The web application will start on the server.port that you have specified in the application.properties file.
Here’s how we suggest you go about proposing a change to this project:
- Fork this project to your account.
- Create a branch for the change you intend to make.
- Make your changes to your fork.
- Send a pull request from your fork’s branch to our master branch.