Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 771 Bytes

PizzaMania

  • Desktop Application for ordering a pizza online.
  • Using sockets and Multithreading for accepting requests of multiple customers.
  • Using swing for GUI.

To use :

  • You need to have Gson jar file first
  • For starting the PizzaServer run the file name PizzaServer.class
  • The server will open at InetAdress - 127.0.0.1 and port - 5000
  • For a customer to order Pizza run file PizzaCustomer.class
  • A GUI will appear

Using GUI:

  • For Selecting new Pizza click New Pizza Button.
  • Use can selcect Multiple Pizza Varities by clicking New Pizza Button.
  • For order click Order , A prompt will appear to ask your Name and Payment Method.
  • Your Bill will be Displayed on Screen.

**Hope you like this ;) **