Skip to content

Oathbreaker20/ProShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Platform (Client/User Side)

eCommerce platform built with the MERN stack & Redux.

PROJECT LINK: https://hsproshopapp.herokuapp.com/


Features:

  • Full featured shopping cart
  • Product reviews and ratings
  • Top products carousel
  • Product pagination
  • Product search feature
  • User profile with orders
  • Checkout process (shipping, payment method, etc)
  • PayPal / credit card integration

Usage:

Env Variables
Create a .env file in then root and add the following

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'
PAYPAL_CLIENT_ID = your paypal client id
Install Dependencies (frontend & backend)
npm install
cd frontend
npm install


Run

Run frontend (:3000) & backend (:5000)

$npm run dev

Run backend only

npm run server
Build & Deploy

Create frontend prod build

cd frontend
npm run build


Sample User Logins:

Email : [email protected] (Customer)
Password: qwerty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages