xtool/contrib/mORMot/SQLite3/Samples/35 - Practical DDD/01/ReadMe.md

696 B

Practical Domain Driven Design

Welcome to the Progressive samples folders!

In the sub-folders, we will write a almost-complete DDD sample, using TDD. Folders are enumerated to follow the iterations on the project: 01, 02, 03...

Since it was started during EKON 21 conferences, it will modelize a conference booking system.

Don't forget to check out the associated Slides from https://synopse.info/files/ekon21

01 iteration

Contains the core units, following the "Clean Architecture" patterns.

Implements

  • TestAll.dpr to run the regression tests;
  • ServBook.dpr to run a Booking service, using the Conference Domain objects.