This is the repository for the code written on the workshop. It's a simple todo app with functionality to add, update, delete and toggle todos. Written in ASP.NET Core (C#) and React (JavaScript).
Open the repository in VS Code and press the 'Start Debugging' button or click F5 on your keyboard.
- Backend
- C#
- ASP.NET Core
- Minimal API
- Controller-based API
- Dependency injection
- Entity Framework Core
- FluentValidation
- Frontend