Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhumblechris/c-13-payment
Group C-13 Hackathon - LIPA NA MPESA Payment Integration
https://github.com/devhumblechris/c-13-payment
Last synced: about 2 months ago
JSON representation
Group C-13 Hackathon - LIPA NA MPESA Payment Integration
- Host: GitHub
- URL: https://github.com/devhumblechris/c-13-payment
- Owner: DevHumbleChris
- Created: 2022-10-26T09:42:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T09:29:23.000Z (about 2 years ago)
- Last Synced: 2024-04-16T17:27:06.377Z (9 months ago)
- Language: JavaScript
- Homepage: c-13-payment.vercel.app
- Size: 742 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group C-13 Hackathon - Payment Intergration
## Technologies
### Backend Technologies
1. Express
2. Daraja API### Frontend Technologies
1. React
2. TailwindCSS
3. FontAwesome
4. Vite## Summary
LIPA NA M-PESA ONLINE API also know as M-PESA express (STK Push) is a Merchant/Business initiated C2B (Customer to Business) Payment. Me and the group when ahead a build a working backend API that queries the Safaricom Daraja API to execute the LIPA NA M-PESA stk push.
## Setup
1. ```git clone https://github.com/onlydevske/c-13-payment.git```
2. ```cd c-13-payment```### Backend
1. ```cd backend```
2. ```yarn install```
3. ```yarn start```### Frontend
1. ```cd frontend```
2. ```yarn install```
3. ```yarn dev```