An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/hello-obp-directlogin-reactjs

A basic ReactJs application that calls Open Bank Project APIs using Direct Login Authentication.
https://github.com/openbankproject/hello-obp-directlogin-reactjs

Last synced: about 1 year ago
JSON representation

A basic ReactJs application that calls Open Bank Project APIs using Direct Login Authentication.

Awesome Lists containing this project

README

          

# Hello-OBP-DirectLogin-ReactJs
========================

This is a very basic app to demonstrate the integration of the OpenBankProject with DirectLogin-Authentication
into a ReactJs application.
Current support:
* get all banks
* get all accounts

## SETUP
* Install node js of version v11.10.0
* Install Dependencies: `npm install`
* Start Server: `npm start`
* Open browser and navigate to `http://localhost:3000`