Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).