An eCommerce web application built with the MERN (MongoDB, Express, React, Node.js) stack. This app allows users to browse products, view product details, add items to the cart, and proceed through a mock checkout and payment process.
Clone the project
git clone https://github.com/yourusername/ecommerce-app.git
Go to the project directory
cd ecommerce-app
Install dependencies
cd client
npm install
cd server
npm install
Start the server
client
npm run dev
server
node index.js
Client: React, React Router Dom, Material UI(components), TailwindCSS
Server: Node, Express
Database: MongoDB
Deployment: Vercel