Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 365 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 365 Bytes

NEventStore.Cqrs

NEventStore.Cqrs is infrastructure lib to run your CQRS app, by storing write models via NEventStore.

To see in action:

  • Install MongoDB (for demo purpuse we use MongoDB for read models)
  • Open NEventStore.Cqrs.sln and set examples/PetProject.Books.Host as StartUp project
  • Start app by pressing F5 then open http://localhost:8080 via browser