ProjectLapShop is an ASP.NET Core MVC web application for browsing and ordering laptop products.
- Product listing and item details pages
- Shopping cart and order flow
- User account pages (register, login, password reset)
- Wishlist support
- Admin area for item management
- ASP.NET Core MVC
- C#
- Razor Views
- Ensure you have the .NET SDK installed.
- Restore dependencies and run the app:
dotnet restore
dotnet run --project ProjectLapShop/ProjectLapShop.csproj- Open the URL shown in the terminal.