DISCLAIMER: Best practises might have been harmed during this demo
curl 'http://localhost:8080/health'
curl -H "Content-Type: application/json" -X POST -d '{"id": "id1", "type": "AmazingHappened", "data": {"hey": "here"}}' 'http://localhost:8080/v1/events'
curl -v 'http://localhost:8080/v1/events:subscribe'
yarn dev
yarn test