Online Grocery Store E-commerce Web Application built using MERN Stack. It has all the general features like product search, product rating & review system, cart checkout, payment gateway integration & pagination. Also admin can manage users, products & orders.
⭐ Check Live Demo here: https://onlinegroceryapp.herokuapp.com/
-
If you've less time to check demo, instead of creating account, use my credentials to login:
Email id: [email protected]
Password: Test@123 -
During cart checkout, you can use the below dummy PayPal Credentials to complete payment:
Email id: [email protected]
Password: bj8$Kd$O
git clone https://github.com/Prince-Shivaram/online-grocerystore
cd online-grocerystore
npm install
cd frontend
npm install
# To run server you must have .env file in root project directory
# see below .env file structure and replace with your values
npm run dev
# project starts
NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'xxxxx'
PAYPAL_CLIENT_ID = your paypal client id