Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.59 KB

README.md

File metadata and controls

74 lines (46 loc) · 2.59 KB

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