Skip to content

piotrczyz/dapr-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run daprized applications run following commands in the Terminal:

Initialize Dapr

dapr init

Run OrderService

dapr run --app-id OrderService --app-port 5280 --dapr-http-port 3500 -- dotnet run --project src/OrderService 

Run ContributionService

dapr run --app-id ContributionService --app-port 5127 --dapr-http-port 3501 -- dotnet run --project src/ContributionService 

Run PaymentGatewayService

dapr run --app-id PaymentGatewayService --app-port 5094 --dapr-http-port 3502 -- dotnet run --project src/PaymentGatewayService 

To test the services open the postman/OrderService.http file in Visual Studio Code.

About

A communication between microservices using Dapr.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published