TodoApp is a reference todo application demonstrating a modern full-stack web architecture. Its front end uses a browser-based WebAssembly application, while the backend exposes REST endpoints through Minimal APIs. An object-relational mapper and SQLite provide persistent data storage, with built-in orchestration tooling coordinating application services and dependencies. Authentication examples include identity management, cookies, bearer tokens, and optional social sign-in providers. A reverse proxy forwards requests between the front-end server and API, while rate limiting and OpenAPI demonstrate additional production-oriented capabilities. Integration tests exercise the REST API, and the backend can also run independently for direct API use. Observability tooling collects logs, metrics, and traces that can be inspected through an integrated dashboard.
Features
- Blazor WebAssembly front end
- Minimal API backend
- Entity Framework Core and SQLite storage
- Cookie, bearer, and social authentication
- YARP proxying and API rate limiting
- OpenTelemetry and integration testing