This repository contains a simple Node.js test file for interacting with the Paystack API using Vite, a fast web development build tool. The test file showcases how to integrate Paystack payment functionalities into a Node.js application using the Vite build system.
- Node.js
- Vite
- Paystack API key (get it from Paystack Dashboard)
-
Clone this repository:
https://github.com/lutheralien/paystack_node cd paystack-node-vite-test -
cd frontend
npm install npm run dev
-
cd backend
npm install npm run dev
-
Open
paystack-test.jsin a text editor.
- Paystack API Documentation: Paystack API Reference
- Customize the test file according to your Paystack integration requirements.
Feel free to use, modify, and adapt this test file for your specific Paystack integration needs. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.