- Frontend: React.js, TailWind CSS, Three JS Framer Motion, React Three Fiber
- Backend: Express.js and Dall.E AI
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
.
- Render - server side
- Netlify - client side