Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 968 Bytes

File metadata and controls

33 lines (22 loc) · 968 Bytes

Demo Bank Account tracker

Downloading the project to your system

Local PC:

  1. Download and install GitHub
  2. Clone the repository: git clone https://github.com/edgriebel/rit-iste422-bank

Running the application

Ensure that a JDK >= 16 is installed

cd to the directory downloaded to and:

  • Run the application: ./gradlew run
  • Run the tests: ./gradlew test
    • Note that one test fails as an example of a test that validates functionality that doesn't exist yet as a demo of Test-Driven Development.

JDK Installation instructions

macOS

TODO

Linux

TODO

Windows

TODO

UML Entity diagram

Source for diagram: uml_entity.puml