Skip to content

sumeetmi2/pizzahaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pizzahaven

A sample pizza ordering system

  1. Git clone the project
  2. move to project root folder and run 'gradle build'
  3. if you dont have gradle there will be a sample jar named pizzahaven-1.0.jar under 'build>libs'
  4. move to the folder containing the jar pizzahaven and run the following command.
    • java -cp pizzahaven-1.0.jar com.pizzahaven.application.WelcomeToPizzaHaven
  5. You will be able to see something like below

Welcome to pizza haven.

Please select size, base, sauce , toppings, cheese in the order aforementioned

You can input your selection in format Small|Normal|Margarita|Paneer,Onion,Jalapeno|Mozzarella,Double and press enter to complete an order.

Add new order?(y/n) [Press d after order done]


About

A sample pizza ordering system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published