Skip to content

APIFirst-techchallange/ExpensesDiscovery

Repository files navigation

RealWorld Frontend Build Status

Hackathon Image

Expenses Discovery


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! 🏧👛

Pre-requisites


  • 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

How to bootup the application


  1. Clone this repository.
  2. Open Visual Studio Code, Goto File > <> > Open UI Folder
  3. Select the cloned Repository

Install

First, install the dependencies:

npm install

Running the app

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

ScreenShots

Dashboard

Dashboard

Expenses Insight

Spend-Analysis-1

Spend-Analysis-2

Alerts

Alerts

Recommendations

Recommendations / Advices

Features


  • Summary of Expenses
  • Most spent areas -Expenses Trend
  • View transactions
  • Product Recommendations as per expense nature
  • Alerts/Reminders on next important action

Team


  • Antony Gnanaraj
  • RadhaKrishna Segu
  • Nithya

About

Expenses Discovery API and a sample angular app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published