A user-friendly web app for uploading, viewing, and interacting with glTF and FBX 3D models. Easily manage and visualize your 3D assets directly in your browser.
To run this app you need to run client and server both at same time. please follow below steps to run the code.
Running backend:
Go to the server directory
cd serverInstall dependencies
npm installStart Backend
npm run devRunning Frontend:
Go to the client directory
cd client Install dependencies
npm installStart Frontend
npm run startClient: React, threejs, react-three-fiber, react-three-drei, MUI V5
Server: NodeJS, Express
Database: MongoDB