Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.47 KB

ReadMe.md

File metadata and controls

51 lines (33 loc) · 1.47 KB

VeerJi Chaap (MERN food Order Website)

Veerji Chaap is a full-stack MERN-based food ordering platform designed for a specific shop, allowing seamless product management and customer purchases. The platform features an admin panel where shop owners can register food items, manage orders, and update statuses like "Preparing" or "Out for Delivery," which are reflected in real-time to users. Customers can browse products, add items to the cart, and complete purchases using Cash on Delivery (COD) or the integrated Stripe payment gateway. The project ensures an efficient, user-friendly experience for both shop owners and customers

Run Locally

Clone the project

  git clone https://github.com/aditorito/VeerJI_Chaap_Website

Go to the project directory

  cd VeerJI_Chaap_Website

Install dependencies(Do it both files backend and frontend)

  npm install

Run Frontend

  npm run dev

Start the server (For Backend )

  npm ./index

Start Frontend (From Frontend)

  npm run dev

and also install dependencies in admin file to run admin panel.

Do not forget to add you mongoDB compass Database link in db/inde.js file

also add your strip key so that your payment gateway works.

Demo

Screenshot (109) Screenshot (101)