In this Pizza Delivery application, A user can Create a new pizza, Add a topping to the pizza and Order an Pizza. Different service calls for PUT,CREATE,POST,DELETE
#PreRequisites
- ExpressJS server
- MongoDB(used as backend to store the pizza details)