Skip to content

aaryansaraswat0211/project_3DProductWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI and 3D based product Website

Technologies Used

  • Frontend: React.js, TailWind CSS, Three JS Framer Motion, React Three Fiber
  • Backend: Express.js and Dall.E AI

Installation

git clone https://github.com/AaryanSaraswat/project_3DProductWebsite.git

Open 2 terminals in separate windows/tabs.

Terminal 1: Setting Up Backend

cd server
npm install
npm start

Terminal 2: Setting Up Frontend

cd client
npm install
npm start

Now, navigate to localhost:3000 in your browser. The Backend API will be running at localhost:8080.


Deployment

  • Render - server side
  • Netlify - client side