DEV Community

Discussion on: Simple approach to run and debug multiple .NET Dapr projects (w/o Docker)

Collapse
 
razorscream profile image
RazorscreaM

Hi, already fixed the issues i was running into, however i would gladly read some post regarding development using dapr + docker (loacally), like having an image of a an api/mvc app (aka app1) that was build with DAPR, starting this image inside a docker container locally and then creating a fresh api (akk app2). And calling app1 from app2 using DAPR. (would be best in debug mode), and maybe some interaction between these apps with the pub/sub (redis or any other doesn't matter). If you would have some nice posts you can advice or do one yourself that would be great.