nodeCQRS


Introduction

The project goal is to provide a tiny sample how to approach (D)DDD, CQRS and EventSourcing in node.js. Don't take this as best practice or as starting point for a real implementation:

This sample implementation of CQRS / Eventsourcing is using:

get it up and running

  1. start server in host and domain folder

    node server.js
  2. direct your browser to

    http://localhost:3000

Read the annotated code