Skip to content

MitchellRhysHall/DotnetAngularTodoAppExample

Repository files navigation

Todo App — .NET 9 + Angular 20 Example

A simple Todo application demonstrating a modern full-stack web app built with:

  • Backend: ASP.NET Core 9 (dotnet 9)
  • Frontend: Angular 20
  • Authentication: Cookie-based authentication with Microsoft Identity
  • Database: EF Core In-Memory Database (for demo/testing purposes)

Features

  • User registration and login with authentication
  • Create, read, update, delete (CRUD) Todos
  • Mark todos as complete
  • Secure API endpoints with authorization
  • Responsive Angular frontend with reactive forms
  • In-memory database to keep setup simple—no external DB required

Getting Started

Prerequisites

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published