Skip to content

Develop simple pizza order using ASP.Net Core Web Api and Angular 7

Notifications You must be signed in to change notification settings

ahmetunge/OOPPizzaOrder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Order With Using OOP Principle

Overview

This application use to add pizza to the cart.

Asp.Net core Session is used to keep pizzas in cart

I tried to use OOP principle in the project

Dummy Datas are given in repostories.

Data To Use

let say pizza have price X

1 ) Size : Small = 1X Medium = 1.25X Big = 1.75X Maxi = 2X

2 ) Edge : Thin Edge = X+0 Thick Edge =X+2

and each pizza type have a price

After add pizza to cart it will give total price of pizzas and it will show your all pizzas in cart.

Features

Pre-requisites

  1. .Net core sdk
  2. Either VSCode with C# extension OR Visual studio 2017
  3. Nodejs