It is a basic Food Menu which adds name of a food, price of the food and image of the food. Adds it to the Database. The user can update the menu, delete the items in the menu. In sql to add these to the database a table was created with the following name:
- ID
- Name
- Image
- Price
Features:
1.
Adds input from the user.
2.
Deletes the added item from the database.
3.

lets the user edit the menu by changing name price and image.