# MiniBank **Repository Path**: lijiacheng29/mini-bank ## Basic Information - **Project Name**: MiniBank - **Description**: 💳 - A mini bank project using Akka as backend and persistent actors' states with Cassandra - **Primary Language**: Scala - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-11 - **Last Updated**: 2022-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Scala ## README # MiniBank #### Description 💳 - A mini bank project using Akka as backend and persistent actors' states with Cassandra #### Software Architecture ``` MiniBank ├─src │ ├─main │ │ ├─resources │ │ └─scala │ │ └─com │ │ └─valerioL29 │ │ └─bank │ │ ├─actors │ │ └─http │ └─test │ └─scala └─build.sbt ``` #### Installation 1. Install `JDK1.8.0` 2. Import the whole project into `IDEA` 3. Run `Bank.scala`