ThePizzaShop is a lightweight, simple e-commerce web application built using the ASP.NET Core MVC framework. It serves as a streamlined platform for browsing, selecting, and managing pizza orders online.
- Product Catalog: Browse a dynamic list of available pizzas with details, pricing, and images.
- Shopping Cart: Add, update, or remove items seamlessly before checking out.
- MVC Architecture: Clean separation of concerns using Models, Views, and Controllers for optimal maintainability.
- Responsive Design: Optimized for both desktop and mobile viewing.
- Backend: .NET Core / ASP.NET Core MVC
- Frontend: Razor Views, HTML5, CSS3, Bootstrap
- Database: Entity Framework Core (SQL Server / SQLite)
Ensure you have the following installed on your system:
- .NET SDK (Version 10.0 or later recommended)
- A database engine (SQLite by default, or SQL Server)
- Your favorite lightweight text editor or IDE (e.g., Neovim, Zed, Kate, or VS Code)
- Clone the repository:
git clone [https://github.com/genbadar/ThePizzaShop.git](https://github.com/genbadar/ThePizzaShop.git) cd ThePizzaShop