Ducatus payment gateway
Gettins started is straightforward
-
Make sure you have docker (or redis), NodeJS and npm installed.
-
Install your dependencies
cd path/to/ducatus-payment; npm install
-
Start a redis container (or simply have a running instance):
docker run -p "6379:6379" -d redis
-
Start the payment gateway
npm start
Use Yarn instead of npm
, yarn
is much faster and more reliable.
-
Install yarn
npm install -g yarn
-
Install your dependencies
cd path/to/ducatus-payment; yarn install
-
Start the payment gateway
yarn start
API documentation is hosted here
0.0.1
- Initial release
Copyright (c) 2017
Licensed under the MIT license.