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
- Host: GitHub
- URL: https://github.com/bikramai/payfast-website
- Owner: Bikramai
- License: mit
- Created: 2024-07-28T02:38:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T02:40:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T17:15:17.629Z (over 1 year ago)
- Topics: auth, crud, css, digitalocean, django, html, javascript, postgresql
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```