# 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
- Environment preparation
- Project initialization
- Todo item (Entity)
- CRUD endpoints (REST)
- OpenAPI (swagger)
- Entity validation
- Error handling
- Service
- Deploy to Azure
I hope you'll learn something new and have some fun while doing it!
Happy coding,
D!