This Vue.js based template should help you to get started working with Mbanq API.
This template uses the mbanq-api-client a js
package we created for this hackathon. It gives you an easy way to use Mbanq API.
In order to use this template with your own core banking instance you have to
initialize the Mbanq API Client
with your:
tenantId
clientId
clientSecret
- Clone the repo
- Run
npm install
(ornpm i
) - Head over to https://labs.mbanq.io/hackathon and follow the steps to create your Core Banking Instance and the App for the API access
- Open
.env
in your favorite text editor and add your:tenantId
clientId
clientSecret
- Start the frontend App with
npm start
- Use following credentials to login:
username
: web1,password
: passwordusername
: web2,password
: password
It only gives you a limited set of functionality - you can use it to get started. If you feel that you need more functionality, you can always fall back to the Mbanq API.
If you would like to use the mbanq-api-client in your own frontend project
you can install it with npm
:
npm i -S Mbanq/mbanq-api-client
Whenever you experience a problem with this template or the mbanq-api-client