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
- Host: GitHub
- URL: https://github.com/polatengin/warsaw
- Owner: polatengin
- Created: 2019-12-15T17:31:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T05:29:17.000Z (over 5 years ago)
- Last Synced: 2025-02-11T13:47:45.326Z (about 1 year ago)
- Topics: csharp, dapr, devcontainer, docker, microservice
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```