Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 504 Bytes

File metadata and controls

25 lines (15 loc) · 504 Bytes

CodeChallenge

Auction House

Use Case :

Design Auction House to process the incoming bid messages

Design Strategy :

Event Driven Design Strategy-All incoming messages will be treated as events and based on the action field in the incoming message respective service would be invoked and data would be processed as per the Business rules defined.

Tech Stacks Used

1.OpenJDK11 2.SpringBoot 3.Maven v3.6.3 4.Junit5