Skip to content

Food ordering system made using Java, SpringBoot and JSP (JavaServer Pages). Users can order food from a menu which displays calories as well as any dietary restrictions so that they can make an informed choice, Users can then add items to the cart and pay online using Razorpay.

Notifications You must be signed in to change notification settings

aditya-lawankar/Food-ordering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food-ordering-system

Changes made:

  1. small frontend changes to most files (may have missed a few)
  2. added course and diet columns to product table.
  3. using weight column for calories.
  4. image column only stores name of the file not the file itself. (file stored in webapp/img/dishes)
  5. Made new .sql file and saved it here for our use-case.

important: import sql file to database named springproject in myphpadmin

Running it on vs code:

  1. open folder in vs code.
  2. download all extensions related to springboot (springboot has around 4)
  3. springboot dashboard button should show up in the left side panel
  4. click it and it should detect this project automatically.
  5. click run under the app section.
  6. server is running.

About

Food ordering system made using Java, SpringBoot and JSP (JavaServer Pages). Users can order food from a menu which displays calories as well as any dietary restrictions so that they can make an informed choice, Users can then add items to the cart and pay online using Razorpay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages