Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.3 KB

File metadata and controls

38 lines (25 loc) · 1.3 KB

ThePizzaShop

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.


🚀 Features

  • 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.

🛠️ Tech Stack

  • Backend: .NET Core / ASP.NET Core MVC
  • Frontend: Razor Views, HTML5, CSS3, Bootstrap
  • Database: Entity Framework Core (SQL Server / SQLite)

⚙️ Getting Started

Prerequisites

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)

Installation & Setup

  1. Clone the repository:
    git clone [https://github.com/genbadar/ThePizzaShop.git](https://github.com/genbadar/ThePizzaShop.git)
    cd ThePizzaShop