This application helps the customer to get a consolidated summary of his expenses and advises on new products that would suit him and any alerts, reminders for next payment and so on.
💲🤑 Be in control of your finances with Expenses Discovery! 🏧👛
- Download and setup the OB_UI code from the url
- Download and setup the sdk code from the url
- You should have NODE JS installed on your system. You can download and install nodejs from here.
- To check the version of node, use command 'node -v'
- Once nodejs is installed, install angular by using the command
npm install -g @angular/cli
- To check the version of angular, use command 'ng -version'
- Install Visual studio code to open the angular code here
- Clone this repository.
- Open Visual Studio Code, Goto File > <> > Open UI Folder
- Select the cloned Repository
First, install the dependencies:
npm install
To start node server, go to folder ApiSEAN.Services and run below command
node server.js
Node will run in port 3080
To build the project, use command
ng build
The build artifacts will be stored in the <<WorkingDirectory>>/UI/
directory.
To run the application, use command:
ng serve
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
To specify port as per your need
ng serve --port 3000
The application will be up and running in specified port
- Summary of Expenses
- Most spent areas -Expenses Trend
- View transactions
- Product Recommendations as per expense nature
- Alerts/Reminders on next important action
- Antony Gnanaraj
- RadhaKrishna Segu
- Nithya