CashTrack provides an integrated one-stop platform solution that enables users to collectively record, analyse and settle their monetary transactions between each other. The key features of this expense tracker application, CashTrack, are as follows:
- Personal Expense Tracking
- Split/Group Expense Tracking
- Data Analytics
- Chat
Backend
cd back-end
npm i // for first time
npm start
npm run start-dev // for auto real time refresh, uses nodemon
Frontend
cd front-end
npm install // for first time
ng build
ng serve
ng build // for release