This is an E-commerce website built with ASP.NET MVC for Joe's Gaming, a store specializing in video games. It allows users to browse a selection of new and vintage games, consoles, and accessories.
To run this project locally, you need to have the following installed:
Clone the Repository:
https://github.com/yourusername/joes-gaming
File > Clone Repository
.Clone
.Restore Dependencies:
Joe's Gaming
solution in Visual Studio.Solution Explorer
, right-click on the solution and select Restore NuGet Packages
.Add Required Packages:
Solution Explorer
, right-click on the project and select Manage NuGet Packages
.Update the Database:
Package Manager Console
in Visual Studio by going to Tools > NuGet Package Manager > Package Manager Console
.Package Manager Console
, type Update-Database
and press Enter
. This will apply the latest migrations to the database.Run the Application:
F5
or click the Start
button to run the application.Here are some links to useful resources for the project: