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

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

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.