Skip to content

mobinauten/psd2-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PSD2 compatible API server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.9%