Skip to content

CPerry26/banking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banking System

A simple LLD style implementation of a banking system. One of the goals was to experiment with custom comparators and sort functions for handling more complex ordering.

  • Open account
  • Deposit money
  • Make a payment (deducation)
  • Get the top total transaction accounts (including deposits + payments)
  • Transfers
  • Closing an account

It is written with Java 17 and uses Maven. All of the tests are passing and runnable using JUnit.

About

A LLD style implementation of a banking system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages