Skip to content

ADHIKSHA/FoodShala-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Food Ordering System in Java with MySql Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published