This is Unofficial implementation of payment with Chapa API using expressjs
To get the Node server running locally:
- Clone this repo
npm install
to install all required dependenciesnpm run dev
to start the local serverhttps://localhost:4400
go to this URL after the server starts running
- expressjs - The server for handeling and routing HTTP requests
- axios - The Promise based HTTP client
- ejs - The view engine or the front end of our app
index.js
- The entry point to our applicationviews/
- This folder contains our front end
In order to make a test transaction