Skip to content
Sebastian Szvetecz edited this page Sep 28, 2023 · 7 revisions

Welcome to Codebreaker Light!

The one-day version of Codebreaker

Installation Requirements

What you need

Setup Azure Services

Use Bicep Scripts and the Azure CLI

Setup Azure Services

Minimal API

Create a Minimal API to start games and set moves

Minimal API

Docker

Configure Docker to build and run the services with Docker containers.

Docker

EF Core

Add Azure Cosmos DB using EF Core to the Games API.

EF Core

Azure Services

Create Azure Services (Azure Container Apps, Azure Container Registry, Azure Cosmos DB) to host the games service.

Azure Services

Additional Features

Configure configuration and logging.

.NET MAUI Client

Create a .NET MAUI Client application to access the API Service

.NET MAUI Part 1

XAML View-Models

Create View-models for the .NET MAUI application

.NET MAUI Part 2

XAML Code

Create the XAML-code to bind to the view-models

.NET MAUI Part 3