Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 839 Bytes

README.md

File metadata and controls

63 lines (36 loc) · 839 Bytes

Fabrik

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.

Run Locally

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

Tech Stack

Client: React, threejs, react-three-fiber, react-three-drei, MUI V5

Server: NodeJS, Express

Database: MongoDB

Authors