An open API service indexing awesome lists of open source software.

https://github.com/vkhorikov/cqrsinpractice

Source code for the CQRS in Practice Pluralsight course
https://github.com/vkhorikov/cqrsinpractice

Last synced: 24 days ago
JSON representation

Source code for the CQRS in Practice Pluralsight course

Awesome Lists containing this project

README

        

Welcome to CQRS in Practice
=====================

This is the source code for my Pluralsight course [CQRS in Practice][L1]

How to Get Started
--------------

There are 2 versions of the source code: Before and After. The Before version contains the code developed without the CQRS pattern in mind. The After folder is the final version after all refactorings towards CQRS.

In order to run the application, you need to create a database, and change the connection string in appsettings.json.

[L1]: https://enterprisecraftsmanship.com/ps-cqrs