An e-commerce website developed using the MERN stack. MERN technologies: MongoDB, ExpressJS, ReactJS, and NodeJS.
Features include: user auth, product browsing, shoppping cart, purchasing, order management system, admin panel.
Clone the repository locally.
git clone https://github.com/jibrilfdev/mern-ecommerce.git
cd mern-ecommerceFor the frontend:
cd mern-ecommerce/frontend
npm install
npm startFor the backend:
cd mern-ecommerce/backend
npm install
node index.jsPull requests are welcome. Issues are welcome, and will potentially be addressed.

