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.
- Custom Design Interface: Intuitive UI for users to manually design their T-shirts, selecting colors.
- AI Design Assistance: Innovative AI integration enables users to generate designs by providing prompts, making the process quick and creative.
- Design History: Saved design history for users to revisit, edit, and reorder previous designs.
- 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.
-
Clone the repository:
git clone https://github.com/your-username/TshirtandCo.git
-
Navigate to the project directory:
cd TshirtandCo
- Install dependencies for both frontend and backend:
cd client && npm install
cd server && npm install
-
Set up MongoDB and configure the connection string in the server/.env file.
-
Start the backend:
cd server
node index.js
- Start the frontend:
cd client
npm run dev
Access the application at http://localhost:3000. Contributions are welcome!