Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 659 Bytes

online_payment

This is a code repository for a tutorial on medium. For a detailed explanation of the code medium post

You can clone the repos to have to try it out.

Setup

  • Create a paystack account
  • Copy and update the secret key in config/paystack.js
  • Install dependencies. Just run npm install from the root of the directory structure.
  • Run the app node app