Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.79 KB

Paystack Playground

Welcome to Paystack Playground! This project demonstrates the utilization of the Paystack Inline API for making and verifying payments, with a frontend built using EJS and ExpressJS for the backend. MongoDB is used as the database to store relevant data.

Features

  • Payment Integration: Integrate Paystack API seamlessly for making payments.
  • Payment Verification: Verify payments using Paystack's robust verification system.
  • Frontend: User interface built with EJS
  • Backend: ExpressJS backend for handling API requests and business logic.
  • Database: MongoDB integration for storing payment-related data securely.

Getting Started

To get started with Paystack Playground, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dhelafrank/paystack-playground.git && cd paystack-playground && npm install
  2. Set up environment variables:

Create a .env file in the root directory and copy the contents of .env.sample into your newly created file. Make sure to replace the data placeholders with your actual data.

  1. Run the application
npm start

Contribution

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.


wakatime

Total Time Spent on the Project

License

This project is licensed under the MIT License - see the License file for details.





Note: This project is for demonstration purposes only and should not be used in production environments without proper security measures.