# Introduction

# Welcome to the minimal api workshop

This workshop will take you on a journey from Zero to Live running minimal api for a Todo application.

# Prerequisites

  • Minimal knowledge of C#
  • .Net 6 installed locally
  • Visual Studio Code installed locally
  • Windows, Linux or Mac box
  • GitHub account

In the next section, links and details about environment will be provided.

# Agenda

  1. Environment preparation
  2. Project initialization
  3. Todo item (Entity)
  4. CRUD endpoints (REST)
  5. OpenAPI (swagger)
  6. Entity validation
  7. Error handling
  8. Service
  9. Deploy to Azure

I hope you'll learn something new and have some fun while doing it!


Happy coding,
D!