I'm interested in creating a website where users can upload 3D models of products. Although I'm new to Three.js and 3D modeling, I plan to use Express for the backend API and React for the frontend.
I've been following various tutorials, but most of them start by adding the model to the public directory and then displaying it. However, I'd like to make it more dynamic so that any model uploaded by the user through the backend can be dynamically displayed on the UI.
Could you please guide me on how to achieve this? Any advice or suggestions would be greatly appreciated.