Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldy505/money-api
Sample of a payment app clone in Echo framework
https://github.com/aldy505/money-api
Last synced: 17 days ago
JSON representation
Sample of a payment app clone in Echo framework
- Host: GitHub
- URL: https://github.com/aldy505/money-api
- Owner: aldy505
- License: gpl-3.0
- Created: 2021-10-25T17:36:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T19:12:30.000Z (about 3 years ago)
- Last Synced: 2024-10-12T16:11:34.852Z (about 1 month ago)
- Language: Go
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Money API
This was supposed to be a Paypal API clone. But somehow it turns into a monster of a payment app.
Don't know why.
A work in progress.
## Features
- Regular auth: Login, Signup, Verify. No Logout because I don't store whether the user is logged in or not on the database.
- Friends: Like contacts, but all you can see is just your tag and your transactions with them. You can also add and remove them, of course.
- Send money (of course).
- Request money, alongside with cancel or reject the requested money.## Can I use it for learning purposes?
Sure. The easiest way around is to pull the Docker image from the Package section on the right (slight below Releases).