Food Ordering System in Java with SQL Server.
- Java
- Eclipse
- GlassFish Server
- MySQL Server
Import the project in Eclipse IDE with GlassFish Server incorporated and click on RUN
- Take orders for dishes
- Category wise display dishes.
- Restaurant Owner dashboard.
- User cart, checkout and payment page.
- Login and SignUp for restaurant owner and customer.
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.