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

https://github.com/polatengin/warsaw

Run 2 microservices with Dapr and make them talk to each other
https://github.com/polatengin/warsaw

csharp dapr devcontainer docker microservice

Last synced: 8 months ago
JSON representation

Run 2 microservices with Dapr and make them talk to each other

Awesome Lists containing this project

README

          

# Guideline

```bash
cd src/microservice-1

dapr run --app-id microservice-1 --app-port 6000 --port 3600 dotnet run

cd src/microservice-2

dapr run --app-id microservice-2 --app-port 7000 --port 3700 dotnet run
```