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

https://github.com/olivmath/mini-bank

An actor model based mini bank application where users can: create bank accounts, see your data, deposit and withdraw money.
https://github.com/olivmath/mini-bank

Last synced: 2 months ago
JSON representation

An actor model based mini bank application where users can: create bank accounts, see your data, deposit and withdraw money.

Awesome Lists containing this project

README

        

# README

[![Test](https://github.com/olivmath/mini-bank/actions/workflows/test.yml/badge.svg)](https://github.com/olivmath/mini-bank/actions/workflows/test.yml)

- An actor model based mini bank application where users can: create bank accounts, see your data, deposit and withdraw money.

## CREDITS

- [Rock The JVM](https://github.com/rockthejvm)
- [Tutorial](https://youtube.com/playlist?list=PLmtsMNDRU0BwOoOByyvdDanace6rltT2e)

## HOW TO INSTALL

**HOW TO WORKS**
![arch](arch.png)
**PRE-REQ**

- [x] [Docker](https://docs.docker.com/get-docker/)
- [x] [Sbt](https://www.scala-sbt.org/download.html)

**RUN**

Up Cassadrana DataBase

```
docker-compose up
```

Run your Mini-Banks

```
sbt run
```

## READTHEDOCS

- [RockTheJVM](https://blog.rockthejvm.com/akka-cassandra-project/)

## CONTRIBUTING

- [CONTRIBUTING](CONTRIBUTING)

## LINCENSE

- [MIT](LINCENSE)