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 server
Install dependencies
npm install
Start Backend
npm run dev
Running Frontend:
Go to the client directory
cd client
Install dependencies
npm install
Start Frontend
npm run start
Client: React, threejs, react-three-fiber, react-three-drei, MUI V5
Server: NodeJS, Express
Database: MongoDB