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

https://github.com/bikramai/payfast-website

Green Path is an advanced money transfer web application similar to services like Remitly, MoneyGram, and Western Union. It allows users to send money to anyone by providing their name, email, phone number, and the amount to be sent. Payments are securely processed using Stripe. Upon successful payment, the system generates a unique transaction ID
https://github.com/bikramai/payfast-website

auth crud css digitalocean django html javascript postgresql

Last synced: 3 months ago
JSON representation

Green Path is an advanced money transfer web application similar to services like Remitly, MoneyGram, and Western Union. It allows users to send money to anyone by providing their name, email, phone number, and the amount to be sent. Payments are securely processed using Stripe. Upon successful payment, the system generates a unique transaction ID

Awesome Lists containing this project

README

          

# how to run locally
run the following command in the terminal
```bash
pip install -r requirements.txt
python manage.py makemigrations accounts admins api
python manage.py migrate
python manage.py runserver
```