online_payment
online_payment copied to clipboard
A monolith app built with expressjs, mongoose and pug to illustrate payment integration with paystack.
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