Skip to content

MiramarCISC/CISC191-SPRING2021-F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC191-SPRING2021-F

ATM Application

An ATM application that allows you to create accounts, deposit, withdraw, and transfer funds to different accounts in the database.

Prerequisites

  1. Maven
  2. Git
  3. Liberica JDK 16
  4. JavaFX 16

Cloning

git clone https://github.com/MiramarCISC/CISC191-SPRING2021-F.git

Building

mvn clean package spring-boot:repackage

Running

java -jar Server/target/Server-1.0.0.jar
java -jar Client/target/Client-1.0.0.jar

Common Module

Shared classes between client and server modules.

Server Module

The server application that handles multiple clients.

Client Module

The client application used to connect to the server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages