This repository contains demos for conferences in November/December 2024 and it is focused on demos regarding Dapr basic usage.
- Azure CLI installed to work with Azure
- GitHub account (sign-in or join here) - how to authenticate with GitHub available here
- [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.
- [OPTIONAL] GitHub CLI installed to work with GitHub - how to install
- [OPTIONAL] Github GUI App for managing changes and work on forked repo
- [OPTIONAL] Windows Terminal
If you will be working on your local machines, you will need to have:
- Powershell installed
- git installed - instructions step by step here
- .NET installed to run the application if you want to run it
- an editor (besides notepad) to see and work with code, yaml, scripts and more (for example Visual Studio Code)
To run this locally, you will need to have .NET installed.
- Open the project folder with terminal or command prompt
- Run
dotnet run
to start the application and try it out in your browser.