Skip to content

saulmadi/SImpleCQRS

Repository files navigation

Simple CQRS

This application is an small implementation of the CQRS Pattern.

It handles a Sales domain in the laravel backend, you can see Commands, Events, Entities, Repository, Command/EventHandlers in the folder /App/Domain/Sales. Also use some basic implementation for Common objects that I create in other projects like CommandBus, EventDispatcher, Repository, AggregateRoot.

Frontend

The frontend is a simple react app that lives in the Frontend directory, created with Create React App boilerplate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published