Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.06 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.06 KB

ducatus-payment

Ducatus payment gateway

Getting Started

Gettins started is straightforward

  1. Make sure you have docker (or redis), NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/ducatus-payment; npm install
    
  3. Start a redis container (or simply have a running instance):

    docker run -p "6379:6379" -d redis
    
  4. Start the payment gateway

    npm start
    

Optional

Use Yarn instead of npm, yarn is much faster and more reliable.

  1. Install yarn

    npm install -g yarn
    
  2. Install your dependencies

    cd path/to/ducatus-payment; yarn install
    
  3. Start the payment gateway

    yarn start
    

API Documentation

API documentation is hosted here

Changelog

0.0.1

  • Initial release

License

Copyright (c) 2017

Licensed under the MIT license.