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.
- Host: GitHub
- URL: https://github.com/openbankproject/hello-obp-directlogin-reactjs
- Owner: OpenBankProject
- License: mit
- Created: 2019-10-22T15:03:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T16:16:59.000Z (over 5 years ago)
- Last Synced: 2025-04-13T21:07:33.774Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`