Skip to content

baloise-incubator/cm-ddd-foodwatch

Repository files navigation

DDD Foodwatch Example Project

See DDD Community Home.

Prerequisites

Context map

contextMap

Subdomains

Build & run the example code

Normal maven build:

mvn clean package

In order to run the system you need to start the 4 applications separately:

java -jar order/target/*.jar      # listens on port 8080
java -jar food/target/*.jar       # listens on port 8081
java -jar recipe/target/*.jar     # listens on port 8082
java -jar shopping/target/*.jar   # listens on port 8083

Use Cases

Use Case 1 - User wants to create a shopping list from a recipe

Start here: http://localhost:8080/create-shopping-list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •