Skip to content

brankeye/banker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture:

API is exposed through the user module, which further exposes how users interact with their bank accounts.

user module

  • handles all user interactions with the system.

bank module

  • exposes bank-specific limitations on the account module.

account module

  • handles account arithmetic and operations.

About

A sample implementation of a (very) simple banking system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages