In India, we have so many banks and with the movement of Digital Banks and Wallets, we don't have a way to reconcile our income, spend and savings. The idea of this project is to create a personalized way to track your spend to identify how much you spent based on your bank statements and bank messages.
Created by gh-md-toc
- Read SBI Bank Statements in CSV format
- Read HDFC Bank Statements in CSV format
- Read Citi Bank Statements in CSV format
- Read Kotak Mahindra Bank Statements in CSV format
We engage with Contributors on FindCollabs - https://findcollabs.com/project/OVxt6oPQEhx1VpvygD7G
spent-react-ui
- UI for the Spent Dashboardspent-kotlin-server
- Kotlin based server for processing files and transforming them into a generic modelspent-server
- Micronaut based server which extracts, transforms and loads into a local postgresql database
- Event Sourcing and CQRS. Reference eg:- Eventuate Kanban board
- Start the React UI using the following command
cd spent-react-ui
npm start
npm install