Skip to content

el-hult/m-r-node

Repository files navigation

Intro

This is a clone of the M-R library that is the standard CQRS implementation, by Greg Young.

Inspiration

Information

The repo holds three main folders.

  • SimpleCQRS. Library code. Does the CQRS logic of the backend.
  • CQRSServer. Web server supplying a REST'ish interface. Node express.
  • CQRSGui. Front end served by separate web servr.

Instructions

  1. Run npm install
  2. Run ng serve to start the front end server.
  3. Open a new console and run npm run watch to start the back end API server.
  4. Navigate to localhost:4200.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published