diff --git a/README.md b/README.md index 2a81398..25a6dbf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The main propose of this project is test CQRS with Event Sourcing. +![diagram](./resources/diagram.jpg) + # Starting 🚀 ## Requirements 📋 diff --git a/demo-cqrs.iml b/demo-cqrs.iml new file mode 100644 index 0000000..482751e --- /dev/null +++ b/demo-cqrs.iml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/diagram.jpg b/resources/diagram.jpg new file mode 100644 index 0000000..d8b4e76 Binary files /dev/null and b/resources/diagram.jpg differ diff --git a/resources/diagram.png b/resources/diagram.png deleted file mode 100644 index c36e980..0000000 Binary files a/resources/diagram.png and /dev/null differ