Skip to content

richiehx/threejs_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreeJS Project

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.

Usage

  • Create a OpenAI account and obtain your 'API KEY'

Env Variables

Create a .env file in the server directory and add the following

OPENAI_API_KEY = your api key

Install Dependencies

Enter both the client and server directory and run

npm install

Run

Enter the client directory and run

npm run dev

then enter the server directory and run

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published