Shubhamdutta2000 / eShop-ecommerce-site

eShop: This is a eCommerce website where you can buy various products at very less price. It is a full fledged MERN stack project with payment integration with Progressive Web App feature and deploy with CI/CD

Home Page:https://backend-eshop.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[object Object]


Features

v1:

  • Full featured shopping cart
  • Payment Integration:
    • Stripe
    • Paypal
  • List down all Products by category
  • Product details
  • Product Rating and Review System
  • Profile Page with update functionality
  • List Down User's Orders
  • Authentication in every step
  • Product Pagination
  • Product Search Functionality
  • Top Carousal
  • Checkout Process:
    • Shipping Screen
    • PaymentMethod Screen
    • PlaceOrder Screen
  • Breadcrumb

v2:

  • Sticky Navbar
  • Custom title in each screen (in meta tag)
  • Logout on JWT expire
  • Descent Search Screen look
  • Add upload image functionality (locally) (by accessing backend url)
  • Admin Panel:
    • UserList
    • UserEdit
    • Product List
    • Product Edit
    • Product Create
    • OrderList
    • Order Edit (marked As Delivered)

v3:

  • Add Upload functionality ( stored in firebase cloud storage ) in product admin section
  • Add PWA feature to web app for higher engagement which prompt user to add to their mobile home screen
  • Add Offline Page if no internet connection.

Hero Section

screenshot

Usage

Install Dependencies

npm i
cd frontend
npm i

Run Locally

cd ..
# Run both frontend (3000) and backend (5000) simultaneously
npm run dev

Build & Deploy (frontend)

# Create frontend prod build
cd frontend
npm run build

DEMO

License Used

  • Apache 2.0 License

About

eShop: This is a eCommerce website where you can buy various products at very less price. It is a full fledged MERN stack project with payment integration with Progressive Web App feature and deploy with CI/CD

https://backend-eshop.herokuapp.com/

License:Apache License 2.0


Languages

Language:JavaScript 98.3%Language:HTML 1.2%Language:CSS 0.4%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Procfile 0.0%