This is a C# demo project in which, search requests are made and user is informed about daily and monthly search limits
It has Blazor Identity for Register / Login flow and user based request limit checker. Authenticated users can make requests over a Minimal API and when daily or monthly limits are exceeded, UI shows a message to user and prevents further requests.
- C#
- .NET 9
- Blazor
- EF Core
- SQLite