This is a full-stack e-commerce application built with the MERN stack. It includes features like product management, shopping cart, user authentication, and admin dashboard.
Demo: https://react-ecommerce-app-pied.vercel.app/
Credentials: (Example)
username: maryam1@test.com
password: 1234567890
Github: https://github.com/maryamfad/React-Ecommerce-App
Demo: https://chicopick-051e2cf42204.herokuapp.com/
Github: https://github.com/maryamfad/Express_Ecommerce_App
Demo: https://react-ecommerce-admin-panel-app.vercel.app/
Credentials:
username: admin@chicopick.com
password: chicopick1234
Github: https://github.com/maryamfad/React-Ecommerce-Admin-Panel-App
POST /api/auth/register
POST /api/auth/login
GET /api/product/list
POST /api/product/add
DELETE /api/product/:id
POST /api/cart/add
POST /api/cart/get
token
header for protected routes.authUser
) verifies token and attaches userId
to request.