0.0.1 • Published 4 years ago

gadspay v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

GadsPay-Backend

 ---

This Module powers the GadsPay API .

gadspay is an sdk that hopes to ease the pain of integrating different payment processing api's into your apps. It abstracts the complexities of working with different payment providers by giving you an easy UI hosted on a CDN and a backend to work with several gateways.

  • The backend uses javascript with ES6 features using nodejs and is powered by Express. To get started working as a contributor:

git clone https://github.com/gadspayofficial/gadspay-backend.git

  • Then install dependencies

npm install

  • To mock changes to different payment gateways, you'll need a .env file to place the secrets at

in bash: touch .env

  • Place the env variables inside the .env file accordingly.