This is the repository for an example application that demonstrates the topics covered in the event sourcing blog post.
- Run
docker-compose -f data-layer.compose.yml upto start two docker containers. One for MongoDB and one for Kafka. - Run
npm startto start the local server. - Run
npm run acceptanceto run a suite of acceptance tests against the local server.