Skip to content

kourdroid/3DWarehouse

Repository files navigation

3DWarehouse

Real-time 3D Digital Twin for warehouse visualization.

Stack

  • Frontend: Vanilla JS + Three.js (InstancedMesh)
  • Backend: Python FastAPI + WebSocket streaming

Local Dev

# Backend
cd backend
python -m venv venv && ./venv/Scripts/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

# Frontend
cd ..
python -m http.server 3000

Open http://localhost:3000

Docker (Deployment)

docker compose up --build

Open http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors