Skip to content

adrG2/bank-ddd-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bank-ddd-demo

Requirements

  • Java 11
  • Maven

Endpoints

  • customers.http
  • wallets.http
  • transfers.http

Order

  1. Create Customer
  2. Get a customer to check that it has been created
  3. Create a wallet for the customer
  4. Get a wallet to check that it has been created
  5. Put a credit(deposit)
  6. Put a debit(withdraw). Must be negative.
  7. Get a wallet with transfers

Disclaimer: The uuid of the http files must be changed when the resources are created.

About

A small example of a bank using ddd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages