Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Transfer API

Includes features such as:

  • Account
  • Transaction
  • AccountRepository
  • TransactionRepository
  • AccountService
  • Custom exceptions
  • JUnit tests
  • Concurrency-safe deposit / withdraw / transfer
  • Basic idempotency

Application design strategy

  • The service owns the business rules.
  • The repository stores data.
  • The domain objects represent business concepts.
  • Tests prove the behavior.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages