added fastapi to requirements. First step to replace flask with fastapi
This commit is contained in:
16
README.md
16
README.md
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user