https://github.com/adorsys/multibanking-docusafe
https://github.com/adorsys/multibanking-docusafe
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adorsys/multibanking-docusafe
- Owner: adorsys
- Created: 2018-12-11T09:58:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T10:04:08.000Z (almost 7 years ago)
- Last Synced: 2025-06-25T13:53:06.811Z (3 months ago)
- Language: Java
- Size: 30.7 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
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 to do so, but can be configured to use figo or finAPI. Furthermore, it is possible to test the functionality of this project not only with real- but with fake-data (mocks). The mocked-data can be set up by the user and acts just as real data.
## Building
```
git clone https://github.com/adorsys/multibanking.git
mvn clean install
```## Running
You can run the application from the command line using:
```
mvn spring-boot:run -f multibanking-examples/multibanking-service-example/pom.xml
```Then use http://loaclhost:8080 to see provided endpoints