doc: README

This commit is contained in:
eneller
2026-07-23 17:21:31 +02:00
parent cb9728a90b
commit 8bf80ee060
5 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
# FakeMoney
A PayPal-like payment processor for virtual money, intended to be used for simulation games.
**A PayPal-like payment processor for virtual money, intended to be used for simulation games.**
Send and receive money from your account and businesses you own using simple URLs and QR codes.
<img src="docs/img/screenshot-login.png" width="32%" alt="Login view">&nbsp;
<img src="docs/img/screenshot-send.png" width="32%" alt="Send view">&nbsp;
<img src="docs/img/screenshot-receive.png" width="32%" alt="Receive view">&nbsp;
## Deployment
Is simplified using Docker and by making a few assumptions, e.g. that API and frontend are available under the same domain.
## Development
### Frontend