added fastapi to requirements. First step to replace flask with fastapi

This commit is contained in:
2026-02-27 20:43:38 +01:00
parent 2f308584c0
commit 45397c069c
3 changed files with 32 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
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/