Mesh Visualizer Server Project
Poetry is used to manage dependencies and run the server.
Activate the virtual environment with:
poetry shellInstall dependencies with:
poetry installCommand to run the server:
poetry run fastapi dev mesh_visualizer/main.py