Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```