server-side online_payment app with full authentication using session. users can purchase a product using the paystack payment gateway.
- clone app with git clone or download as zip and extract
- run npm i
- run npm run dev
- create a config.env file add a mongo uri connection string
- run npm run dev to run server
- go to http://localhost:9000