jekyllpay-server-nodejs-koa-js

jekyllpay-server-nodejs-koa-js

Jekyll Pay API server, written in Koajs

JekyllPay, the payment management system of choice

  • the Jekyll Pay API server
  • Implemented in Node.js
  • Based on Koa2 framework

Getting Started

Installation

  - mkdir my-project && cd my-project
  - git clone [email protected]:jekyllpay/jekyllpay-server-nodejs.git .
  - yarn install
  - yarn orm db:migrate
  - yarn orm db:seed:all
  - node src/bin/gateway <gateway name> // stripe, paypal, etc
  - yarn jp:node

API Reference

LICENSE