Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 629 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 629 Bytes

CashTrack

CashTrack provides an integrated 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:

  1. Personal Expense Tracking
  2. Split/Group Expense Tracking
  3. Data Analytics
  4. Chat

CashTrack Set Up: Deployment

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