An ATM application that allows you to create accounts, deposit, withdraw, and transfer funds to different accounts in the database.
- Maven
- Git
- Liberica JDK 16
- JavaFX 16
git clone https://github.com/MiramarCISC/CISC191-SPRING2021-F.git
mvn clean package spring-boot:repackage
java -jar Server/target/Server-1.0.0.jar
java -jar Client/target/Client-1.0.0.jar
Shared classes between client and server modules.
The server application that handles multiple clients.
The client application used to connect to the server.