Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codedrivenmitch/reactive-applications-with-es-sse

Code for my livecoding talk "Reactive applications with Event-Sourcing and CQRS"
https://github.com/codedrivenmitch/reactive-applications-with-es-sse

Last synced: 23 days ago
JSON representation

Code for my livecoding talk "Reactive applications with Event-Sourcing and CQRS"

Awesome Lists containing this project

README

        

# Live-coding SSE AxonIQ Bank

This repository contains the code for my talk "Reactive applications with Event-Sourcing and CQRS".
It is a live-coding session where I build a simple banking application using AxonIQ and show off
how we can leverage Server-sent events to build a reactive application.
This is done through Axon Framework Subscription Queries.

## How to run

- `mvn spring-boot:run` to start the backend application
- `cd frontend && npm run dev` to start the frontend application
- Now visit http://localhost:5374 to see the application in action

![Screenshot of the application](./screenshot.png)