Skip to content

gary918/Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Microservices using Dapr on Azure

Introduction to the Sample Solution

Architecture Design

Instructions

Run Eshop

Run Catalogue

dapr run --app-id catalogue --app-port 3000 --dapr-http-port 3500 node index.js

Run Order

For further reference, please consider the following sections:

curl -X POST localhost:8080/product/add -H 'Content-type:application/json' -d '{"id": 100, "name": "gardener"}'
curl -X POST localhost:8080/product/add -H 'Content-type:application/json' -d '{"id": 101, "name": "mom1"}'
curl -X GET localhost:8080/product/listall

References

About

Build Microservices using Dapr on Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published