Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.16 KB

CQRS and Event Sourcing example of calculator

Simple example of calculator that is implemented on the spring boot backend using Axon Framework + websocket communication with FE.

How to start project

Technologies used

  • Java 17
  • Springboot 2.7
  • Axon Framework 4.6
  • MongoDB 5 + MongoDB java driver 4.8
  • Websocket
  • NodeJS 18
  • Yarn 3
  • React 18
  • ReScript 10

Application schema

app schema