Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 794 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 794 Bytes

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