https://github.com/mbanq/mbanq-hackathon-template
Vue.js based template to use during the F10 Hackathon
https://github.com/mbanq/mbanq-hackathon-template
f10 frontend hackathon js mbanq template vuejs
Last synced: about 1 month ago
JSON representation
Vue.js based template to use during the F10 Hackathon
- Host: GitHub
- URL: https://github.com/mbanq/mbanq-hackathon-template
- Owner: Mbanq
- Created: 2019-08-16T13:31:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:25:14.000Z (over 3 years ago)
- Last Synced: 2025-06-10T16:41:12.430Z (about 1 year ago)
- Topics: f10, frontend, hackathon, js, mbanq, template, vuejs
- Language: Vue
- Size: 2.72 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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