Skip to content

404Meet/JoesssPizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joe’s Pizza (JoesssPizza)

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.

Restore packages

dotnet restore

Build

dotnet build

Run locally (Core)

dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors