Skip to content

TshirtandCo is a dynamic web application built on the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows users to design and customize their own T-shirts, offering both manual design options and AI-assisted creation through prompts.

Notifications You must be signed in to change notification settings

vijeet-shah/TshirtandCo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TshirtandCo. - Custom T-shirt Design Platform

Overview

TshirtandCo is a dynamic web application built on the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows users to design and customize their own T-shirts, offering both manual design options and AI-assisted creation through prompts.

Features

  1. Custom Design Interface: Intuitive UI for users to manually design their T-shirts, selecting colors.
  2. AI Design Assistance: Innovative AI integration enables users to generate designs by providing prompts, making the process quick and creative.
  3. Design History: Saved design history for users to revisit, edit, and reorder previous designs.

Tech Stack

  • Frontend: React.js for a responsive and interactive design interface.
  • Backend: Node.js and Express.js for server-side logic.
  • Database: MongoDB for efficient storage of user data and design history.
  • AI Integration: Used GPT 3.5 Model API.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/TshirtandCo.git
    
  2. Navigate to the project directory:

cd TshirtandCo
  1. Install dependencies for both frontend and backend:
cd client && npm install
cd server && npm install
  1. Set up MongoDB and configure the connection string in the server/.env file.

  2. Start the backend:

cd server
node index.js
  1. Start the frontend:
cd client
npm run dev

Access the application at http://localhost:3000. Contributions are welcome!

About

TshirtandCo is a dynamic web application built on the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows users to design and customize their own T-shirts, offering both manual design options and AI-assisted creation through prompts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published