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!
PORT=...
MONGO_URI=...
JWT_SECRET=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...VITE_RAZORPAY_KEY_ID=...
VITE_RAZORPAY_KEY_SECRET=...npm installnpm run dev