You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple backend REST API built with ASP.NET Core 8, demonstrating CRUD operations, price range filtering, and validation using a Product entity and an in-memory EF Core database.
Technologies
ASP.NET Core 8 — web API framework
Entity Framework Core (InMemory) — data access, in-memory database for simplicity
Swagger / Scalar — interactive API docs at /swagger in development