feat: added static for main page, added views.py: index, get_condig, websocket_endpoint (functionality for receiving commands from the frontend), added main.py: creating an application, connecting static and connecting a router, added Settings.py: class Settings with model_config and stream_url
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
**Web-robot-control** - open source веб-приложение для управлением роботом и трансляции видео с веб-камеры.
|
||||
|
||||
# Запуск приложения
|
||||
|
||||
**Запуск для локальной разработки**: `poetry run uvicorn web_robot_control.main:app --host server_ip
|
||||
--port port_number`
|
||||
# Todo: создать Python-функцию для запуска веб-приложения и добавить её в скрипты Poetry
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
<strong>
|
||||
|
||||
Reference in New Issue
Block a user