Skip to content

Prince-Shivaram/online-grocerystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Online Grocery Store" - MERN Stack E-commerce Web Application

Deploy

Website shields.io GitHub issues

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

Tech Stack Used:

Generic badge Generic badge Generic badge Generic badge

How to run locally?

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

.env File Structure

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'xxxxx'
PAYPAL_CLIENT_ID = your paypal client id

Landing Page Snapshot

test