cqrses

A project for CQRS and Event Sourcing in JavaScript

Usage no npm install needed!

<script type="module">
  import cqrses from 'https://cdn.skypack.dev/cqrses';
</script>

README

CQRS ES (Command Query Responsibility Segregation with Event Sourcing)

This is an empty project at the moment and is being used as a place holder for the future commit... move along, nothing to see here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Here are the items that you will need to get this running initially:

node.js version 10+

Running the tests

Tests will be available when the code is written

Versioning

We use SemVer for versioning.

Authors

  • Brandon Hedge - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Greg Young for various training materials and conversations