A modern and responsive e-commerce platform for oversized T-shirts, built using React.js.
- 🛒 Add to Cart & Checkout
- 🔍 Product Search & Filtering
- 🎨 Attractive UI with Responsive Design
- 🌙 Light/Dark Mode (if implemented)
- 📦 Product Listing & Details Page
- 🔗 Integrated Payment Gateway (if applicable)
- Frontend: React.js, React Router, Tailwind CSS (or any styling framework used)
- Backend: Express.Js
- **Database:**MongoDB
duplicate .env.dist in sever folder and rename it to .env
Atlas Cloud MongoDB Create database at https://cloud.mongodb.com In .env file update MONGODB_URI=mongodb+srv://your-db-connection
cd server
npm install
npm run watch
npm run dev
cd web
npm install
npm run dev