Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 334 Bytes

File metadata and controls

23 lines (15 loc) · 334 Bytes

mesh_visualizer_server

Mesh Visualizer Server Project

Poetry is used to manage dependencies and run the server.

Activate the virtual environment with:

poetry shell

Install dependencies with:

poetry install

Command to run the server:

poetry run fastapi dev mesh_visualizer/main.py