Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 653 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 653 Bytes

This directory contains code samples related to the book "Domain Modeling Made Functional"

Organization

  • /src/OrderTaking contains the workflow as part of a complete bounded context.
  • /src/OrderTakingEvolved contains the workflow after the changes in the Evolution chapter.

Getting started

After downloading this code, do the following steps:

  • Run build.cmd or build.sh to download all the NuGet packages and compile the project
  • If that is not successful, you may need to install the .NET SDK 3.1.101 from here
  • If you have problems, please create an issue on this repo