Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 672 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 672 Bytes

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