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
- Run below command to install dependencies
npm i
-
Follow this link to install mongodb server on local
-
Run Below command to start the server
npm start
- Open
http://localhost:4000
on browser to access the site
- Run below command to change directory to UI folder
cd ui
- Run below command to build
npm start