GemyGames is an ASP.NET Core MVC web app for managing a video game collection.
Users can add, edit, view, and delete games.
Each game belongs to a category (e.g., Sports, Action).
Games can be linked to multiple devices (PlayStation, Xbox, Nintendo, PC).
The app uses Entity Framework Core with a SQL Server database.
Categories and devices are pre-seeded in the database.
Game covers (images) are uploaded and displayed in the UI.
The UI is modern, responsive, and uses Bootstrap and icons.
Services and controllers handle business logic and data flow.
The project demonstrates clean architecture and user-friendly design.