https://github.com/ayom04/wallet-payment-system
A Django-based project where users have wallets created upon registration. Users can fund their wallets through an endpoint, and successful payments are logged as transactions.
https://github.com/ayom04/wallet-payment-system
backend django django-rest-framework restful-api
Last synced: 2 months ago
JSON representation
A Django-based project where users have wallets created upon registration. Users can fund their wallets through an endpoint, and successful payments are logged as transactions.
- Host: GitHub
- URL: https://github.com/ayom04/wallet-payment-system
- Owner: Ayom04
- Created: 2024-10-08T10:13:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:41:20.000Z (over 1 year ago)
- Last Synced: 2024-10-19T12:42:08.374Z (over 1 year ago)
- Topics: backend, django, django-rest-framework, restful-api
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallet Payment System
This is a simple wallet payment system that allows users to create a wallet, deposit money into their wallets and view their transaction history.
## Documentation
This is the documenation of the code, to know the endpoints to call with their respeective http method.
```
https://documenter.getpostman.com/view/27463356/2sAXxV7W1N
```