An e-commerce platform (Zee Shirts) built with React, Node.js, Express.js, MongoDB, and Razorpay.
- 🛍️ Product listing and filtering
- 🛒 Shopping cart functionality
- 💳 Razorpay integration for payments
- 📱 Responsive design for mobile and desktop
Category | Technology | Badge |
---|---|---|
Frontend | React | |
Backend | Node.js | |
Backend | Express.js | |
Database | MongoDB | |
Payment | Razorpay | |
Styling | CSS3 |
To get the project running on your local machine:
git clone https://github.com/GokulakrishnanSivalingam/cloth-ecom-site.git
cd cloth-ecom-site
npm install
# Start client
cd client
npm install
npm run dev
# Start server
cd ../server
npm init -y
npm i express mongoose razorpay
npm run dev
This project is licensed under the MIT License.
You are free to use, modify, and distribute this project for personal and commercial use.