This is a 3D T-Shirt Designing Application for Users to customize and apply decals on the 3D Model of a Shirt. This project is followed from Build and Deploy an AI-Powered 3D Website Using React | 2023 Three JS Course Tutorial for Beginners
Note: AI Decal Generator will not work if your OpenAI account does not have sufficient credits to use the Image Generation API.
- Create a OpenAI account and obtain your 'API KEY'
Create a .env
file in the server directory and add the following
OPENAI_API_KEY = your api key
Enter both the client and server directory and run
npm install
Enter the client directory and run
npm run dev
then enter the server directory and run
npm start