Skip to content

This project provides basic UI applicaiton to connect with Open Banking Java SDK

License

Notifications You must be signed in to change notification settings

HashApithon/openbanking-ui

Repository files navigation

openbanking-ui

A collection AISP and PISP APIs.

Pre-requisites

  • 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 lerna by using the command
npm install -g lerna

Usage

Install

First, install the dependencies:

npm install

Running the app

Create an enviroment file (.env) file in /packages/web-app folder and add an entry for REACT_APP_ACCOUNT_ID. This account id will be used for for fetching various details of an account.

You can also add an entry for PORT (optional) if facing any issue with port while running the application. This will run your app on the specified port number if added otherwise will point to the default port.

PORT=4001
REACT_APP_ACCOUNT_ID=11111111

To run the application, use command:

npm start

Connecting with mock-server

Start the application in one instance with 'npm start' and in another instance, run the below command.

npm run mock-server

This will stub the rest api calls and return the mock response.

Connecting with sdk

Download and setup the sdk code from the url

Getting familiar with open banking related terms

To get familiar with the terms, you can check the glossary

About

This project provides basic UI applicaiton to connect with Open Banking Java SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •