Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 887 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 887 Bytes

FoodShala-Java

Food Ordering System in Java with SQL Server.

Dependencies

  1. Java
  2. Eclipse
  3. GlassFish Server
  4. MySQL Server

Usage

Import the project in Eclipse IDE with GlassFish Server incorporated and click on RUN

Features

  1. Take orders for dishes
  2. Category wise display dishes.
  3. Restaurant Owner dashboard.
  4. User cart, checkout and payment page.
  5. Login and SignUp for restaurant owner and customer.

Demo

SQL Tables

Cart : dishid , email
Menu : category , dishid , dish_name , image , price , resid, resname
Restaurants: location , name , id , phone , owner_name , password
Transactions: dishid , email , quantity, time , total
Users: email , fullname, location , password , phone , userid.