Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 536 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 536 Bytes

giftcard-demo-series

Series of Axon Framework demo applications focused around a simple gift card domain, designed to show various aspects of the framework.

See the wikipedia article for a basic definition of gift cards. Essentially, there are just two events in the life cycle of a gift card:

  • They get issued: a new gift card gets created with some amount of money stored.
  • They get redeemed: all or part of the monetary value stored on the gift card is used to purchase something.