Skip to content

calindurnea/AuditerPubSub

Repository files navigation

Publisher/Subscriber demo implementation

Can be run with Docker Compose with the following:

$ docker-compose -f docker-compose.yml -p pub-sub-demo up --build --force-recreate

The publisher is accessible through swagger on:

http://localhost:5003/swagger/index.html

Or with the following cURL:

curl -X 'POST' \
  'http://localhost:5003/User' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "name": {name},
  "email": {email}
}'

Demo

demo.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published