Skip to content

Dapr demos for conference

Notifications You must be signed in to change notification settings

bovrhovn/dapr-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains demos for conferences in November/December 2024 and it is focused on demos regarding Dapr basic usage.

Prerequisites

  1. Azure CLI installed to work with Azure
  2. GitHub account (sign-in or join here) - how to authenticate with GitHub available here
  3. [RECOMMENDATION] PowerShell installed - we do recommend an editor like Visual Studio Code to be able to write scripts, YAML pipelines and connect to repos to submit changes.
  4. [OPTIONAL] GitHub CLI installed to work with GitHub - how to install
  5. [OPTIONAL] Github GUI App for managing changes and work on forked repo
  6. [OPTIONAL] Windows Terminal

If you will be working on your local machines, you will need to have:

  1. Powershell installed
  2. git installed - instructions step by step here
  3. .NET installed to run the application if you want to run it
  4. an editor (besides notepad) to see and work with code, yaml, scripts and more (for example Visual Studio Code)

Getting Started

To run this locally, you will need to have .NET installed.

  1. Open the project folder with terminal or command prompt
  2. Run dotnet run to start the application and try it out in your browser.

Additional information

  1. Dapr
  2. .NET