Skip to content

users can add food items to the cart and pay the amount. The admin can update the food items and their prices according to the demand

Notifications You must be signed in to change notification settings

lingaisbad/Food-ordering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Food-ordering-system

users can add food items to the cart and pay the amount. The admin can update the food items and their prices according to the demand

Backend Setup

  1. Run below command to install dependencies

npm i

  1. Follow this link to install mongodb server on local

  2. Run Below command to start the server

npm start

  1. Open http://localhost:4000 on browser to access the site

UI Setup

  1. Run below command to change directory to UI folder

cd ui

  1. Run below command to build

npm start

Screenshots

Signup

initsignup

OTP Verification

otp

Sample Mail Format

email

Store Signin

storesignin

User Signin

usersignin

User Items

items

User Items with checkout

itemswithcheckout

User Cart

cart

User Orders

orders

Store Items

storeitems

Store Add Category

category

Store Add item

additem

Store Update item

updateitem

Store Delete item

deleteitem

Store Orders

orders

About

users can add food items to the cart and pay the amount. The admin can update the food items and their prices according to the demand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published