23 lines
457 B
Markdown
23 lines
457 B
Markdown
Internes Tool zur Kalkulation von Blechteilen.
|
|
|
|
Derzeit keine Unterstützung von Baugruppen!
|
|
|
|
Zur Installation:
|
|
|
|
1. venv erzeugen
|
|
2. . .venv/bin/activate
|
|
3. pip install -r requirements
|
|
|
|
|
|
Web server mit fastapi starten:
|
|
|
|
uvicorn main:app --host 0.0.0.0 --port 8001 --reload
|
|
|
|
mit folgender URL im Browser ist der Einstiegpunkt:
|
|
|
|
http://127.0.0.1:8001/static/upload.html
|
|
|
|
Ein Viewer für die hochgeladenen STEP files
|
|
http://127.0.0.1:8001/static/viewer.html
|
|
|