Skip to content

TechQuanta/Shopix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Full Stack Project: Build a Complex Full Stack E-Commerce Application | Payment Integration, Admin Dashboard

Some Features:

  • 🌟 Tech stack: MERN + Material UI + SCSS/Bootstrap + Razorpay + Cloudinary
  • 🎃 Authentication && Authorization with JWT
  • 👾 Payment Inegration and Admin Dashboard
  • 🚀 Listing Page (Filter products)
  • 👌 Global state management with Recoil
  • 🎃 add/delete/update the products/categories/subcategories
  • 👾 Add to cart and Checkout
  • 🚀 Add to List
  • 👌 Review products
  • 🐞 Error handling both on the server and on the client
  • ⏳ And much more!

Setup .env file for server

PORT=...
MONGO_URI=...
JWT_SECRET=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...

Setup .env file for client

VITE_RAZORPAY_KEY_ID=...
VITE_RAZORPAY_KEY_SECRET=...

install the dependencies

npm install

Start the app

npm run dev

About

Full Stack MERN Ecommerce Application with payment gateway.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.7%
  • SCSS 13.6%
  • CSS 10.6%
  • HTML 0.1%