Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

A project for course CSC207H1: Software Design at the University of Toronto. The purpose is to demonstrate various software design topics, such as programming paradigms, design principles, design patterns, code smell prevention.

Notifications You must be signed in to change notification settings

trumanhung/Automated-teller-machine-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

To run the program, simply run ATM.main().

Preload Login Info:
- Bank Manager: {username: jen, password: 1234}
- Customer login: {username: steve, password: 1234}

Please note that
- more customer login can be created by a Bank Manager
- Please set group_0339 as source root.
- UML Design: https://drive.google.com/file/d/1Ym8iKNHoR71ByJTUye7vVPqT4yh8b3sn/view

About

A project for course CSC207H1: Software Design at the University of Toronto. The purpose is to demonstrate various software design topics, such as programming paradigms, design principles, design patterns, code smell prevention.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • CSS 0.7%