Skip to content

ansh7432/Oversize-T-Shirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛍️ Oversized T-Shirt E-Commerce Website

A modern and responsive e-commerce platform for oversized T-shirts, built using React.js.

🚀 Features

  • 🛒 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)

🏗️ Tech Stack

  • Frontend: React.js, React Router, Tailwind CSS (or any styling framework used)
  • Backend: Express.Js
  • **Database:**MongoDB

create .env file

duplicate .env.dist in sever folder and rename it to .env

setup MongoDB

Atlas Cloud MongoDB Create database at https://cloud.mongodb.com In .env file update MONGODB_URI=mongodb+srv://your-db-connection

run Backend

cd server
npm install
npm run watch
npm run dev

run Frontend

cd web
npm install
npm run dev

Oversize-T-Shirt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages