A simple, responsive pizza storefront built with an ASP.NET MVC app and a lightweight front-end. It includes core pages like Home, Menu, Cart, and Checkout, and is set up for Azure deployment using ARM templates.
##Features
- Home / Menu (Pizzas): Browse items with clean styling.
- Cart: Add/remove items, view totals.
- Checkout: Simple flow for order review & submission.
- Azure-ready infra:
ArmTemplates/for App Service–style deployment. - CI/CD scaffolding:
.github/workflows/already present for pipelines.
##Tech Stack
- ASP.NET MVC / C# for server-side pages (Razor views).
- HTML & CSS for the UI (CSS is the majority of code in this repo).
- A small amount of JavaScript for interactivity.
dotnet restore
dotnet build
dotnet run