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.
- Host: GitHub
- URL: https://github.com/olivmath/mini-bank
- Owner: olivmath
- License: mit
- Created: 2022-05-06T18:45:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T13:49:27.000Z (about 3 years ago)
- Last Synced: 2025-01-14T14:49:57.708Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[](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**

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