Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 596 Bytes

OpenPSD PSD2 Server

Reference implementation for the Berlin Group PSD2 specification.

Note: Work in progress!

requirements

  • Go 1.9.x

Working GO environment is expected as described here

Note: If you are on a Windows environment, you have to follow the steps described in the Makefile manually.

install

make install

Will install psd2-server to you default go binary path.

run

make run

Will start a http server at localhost:8000

use

GET http://localhost:8000/accounts

test

make test will run all unit tests