Skip to content

Commit

Permalink
doc: Outbound caller
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Dec 3, 2023
1 parent 36d176b commit a7d0ef7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Following the [Dapr getting started](https://docs.dapr.io/getting-started/) guide.

## Topology

```mermaid
graph LR
A[Caller] -->|Http request| B("jsonplaceholder.typicode.com")
```

## Start application

```bash
dapr run ./dapr.yaml.
```

This will start the applications using the [Dapr multi app mode](./dapr.yaml).

## Builds

[![.NET](https://github.com/fredrkl/dapr-demo/actions/workflows/dotnet.yml/badge.svg)](https://github.com/fredrkl/dapr-demo/actions/workflows/dotnet.yml)

0 comments on commit a7d0ef7

Please sign in to comment.