Game Zone is an ASP.NET MVC web application supporting multiple roles: Admin, Owner, and User.
- Admin manages the entire system: users, games, rooms, and reservations.
- Owner manages their own GameStation, including rooms and managing games.
- User can browse games and reserve rooms.
- Multi-role system with role-based permissions
- Admin dashboard to manage users, games, rooms, and reservations
- Owner dashboard to manage their GameStation’s games and sell all rooms
- Users can browse games, reserve rooms, and view their reservations
- CRUD operations for games, rooms, and reservations with ownership restrictions
- Responsive UI powered by Bootstrap
- Built with ASP.NET MVC, Entity Framework Core, SQL Server
- ASP.NET MVC 6
- Entity Framework Core
- SQL Server
- Razor Views
- Bootstrap 5
- C#
- Clone the repository:
git clone https://github.com/Dev7-Mubarak/GameZoneProject.git cd GameZoneProject
