A dynamic and responsive web application for managing a digital game store. Built using ASPDOTNET Core MVC and Entity Framework Core, the platform allows users to:
View a list of games with images, categories, and genres
Add, edit, or delete games via a clean admin interface
Upload game images and organize games by device and category
Retrieve data from a SQL Server database with efficient Include/ThenInclude for related entities
The app features full CRUD functionality, image handling, and responsive UI using Razor Views. Designed with modular architecture and clean code practices, ideal for scalable game catalog systems.