Viren Baraiya dcb4eecaf5
Event driven microservices tutorial (#15646)
* even driven microservices tutorial

* restructure the project

* remove mvn files

* formatting
2024-01-26 08:54:18 +05:30

13 lines
368 B
Markdown

# Event Driven Microservices using Conductor
This is an example project showing how to build event driven applications using [Conductor](https://github.com/conductor-oss/conductor)
# Pre-requisites
1. Docker
2. Running conductor server
**Start the conductor server**
```shell
docker run --init -p 8080:8080 -p 1234:5000 conductoross/conductor-standalone:3.15.0
```