https://github.com/adorsys/multibanking
https://github.com/adorsys/multibanking
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adorsys/multibanking
- Owner: adorsys
- Created: 2017-02-10T10:13:58.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-14T23:39:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:53:55.005Z (over 1 year ago)
- Language: Java
- Size: 37 MB
- Stars: 26
- Watchers: 12
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Multibanking
## Introduction
The multibanking project provides authenticated access to a users bank account.With validated online-banking credentials, the user can authorize an application to fetch transaction data, prepare and display them. The project itself uses direct HBCI.
## Prerequisites
- Installed docker and docker-compose.
- Locally available docker custom keycloak image for database encryption, see https://github.com/adorsys/keycloak-user-secret-adapter## Building
```
git clone https://github.com/adorsys/multibanking.git
mvn clean install
```## Running
You can run the application from the command line using:
```
cd multibanking-server
docker-compose up
```Then use http://localhost:8088 to see provided endpoints