Skip to content

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.

Notifications You must be signed in to change notification settings

cybertron288/fabrik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published