Skip to content

PlayZone is a simple web application for managing a list of games, built using ASP.NET Core MVC and Microsoft SQL Server. The app allows users to add, edit, delete, and view game details, including uploading and displaying cover images. It follows good architectural practices like the Repository Pattern and Unit of Work.

Notifications You must be signed in to change notification settings

iyousefibrahim/PlayZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayZone MVC Project

PlayZone is a simple web application for managing a list of games, built using ASP.NET Core MVC and Microsoft SQL Server. The app allows users to add, edit, delete, and view game details, including uploading and displaying cover images. It follows good architectural practices like the Repository Pattern and Unit of Work, making the code clean and easy to maintain.

Home Page

Home Page Screenshot

Games page - Details - Create - Edit

Games Page Screenshot Game Details Screenshot
Create Game Screenshot Edit Game Screenshot

Features

  • Add, edit, delete, and view game details using the GamesController.
  • Display games on the home page using the HomeController with detailed view for each game.
  • Upload and preview game cover images.
  • Uses Microsoft SQL Server for data storage.

Technologies Used

  • ASP.NET Core MVC
  • Entity Framework Core
  • Microsoft SQL Server
  • Repository Pattern
  • Generic Repository Pattern
  • Unit of Work Pattern
  • Bootstrap and basic UI styling

About

PlayZone is a simple web application for managing a list of games, built using ASP.NET Core MVC and Microsoft SQL Server. The app allows users to add, edit, delete, and view game details, including uploading and displaying cover images. It follows good architectural practices like the Repository Pattern and Unit of Work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published