Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.8 KB

mbanq-hackathon-template

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

How do I start?

  • Clone the repo
  • Run npm install (or npm 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: password
    • username: web2, password: password

How do I start?

Please note

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

Report a problem

Whenever you experience a problem with this template or the mbanq-api-client

Create an Issue