https://github.com/mrroot5/bank
A simple bank app
https://github.com/mrroot5/bank
Last synced: 11 months ago
JSON representation
A simple bank app
- Host: GitHub
- URL: https://github.com/mrroot5/bank
- Owner: mrroot5
- Created: 2025-06-30T11:25:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-08T07:20:03.000Z (11 months ago)
- Last Synced: 2025-07-08T08:32:49.354Z (11 months ago)
- Language: Elixir
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank
The idea behind this project is based on my
[Python wallet project](https://github.com/mrroot5/django-atomic-transactions).
## Features
WIP.
## Up & running
```shell
docker compose up -d && docker compose logs -f web
```
## Why I did the project this way?
Pleas check [whys](./whys/README.md) folder.