Skip to content

Commit

Permalink
chore: add README_dev-md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Feb 19, 2025
1 parent 5f0cf82 commit 79b3109
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README_dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Prerequisites

1. Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop)
2. Download and install the latest version of the [.NET SDK](https://dotnet.microsoft.com/en-us/download)

# How to run

1. Start the infrastructure by running the following command from the root directory of the repository:
```bash
docker compose up -f ./docker-compose/docker-compose.yml -d
```
2. Run the application by running the following commands from the root directory of the repository (each in its own terminal):

```bash
dotnet run --project ./Applications/AdminApi/src/AdminApi/AdminApi.csproj
dotnet run --project ./Applications/ConsumerApi/src/ConsumerApi.csproj
dotnet run --project ./Applications/EventHandlerService/src/EventHandlerService/EventHandlerService.csproj
```

0 comments on commit 79b3109

Please sign in to comment.