Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 803 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 803 Bytes

3DBinPacking-VisualizationTool

Visualization Tool developed for Bachelor in Telecommunications Thesis in SORTLOT project.

Main ally for you workforce in both loading and unloading tasks📦🚚👷🏾‍♂️👷🏼👷🏻‍♀️. Fancy, easy-to-use and useful tool to improve productivity in logistics companies.

Brief instructions in Spanish:

Haga en la raiz yarn install y dirigase a web-3dbp-visualization donde encontrará las siguientes instrucciones.

Docker image

To run the project as a Docker container you must first build the image with docker build -t visualization ., and then, run it with docker run --name visualizationcontainer -d -p 3000:3000 visualization. Once the image is launched, wait at least 30 seconds and go to localhost:3000 in your browser.