all repos — iot-project @ main

6bbf4158
fix setpoint
Andronaco Marco marco.andronaco@olivetti.com
Thu, 21 Sep 2023 16:16:42 +0200
0627d8a0
add ui, refactor code
Andronaco Marco marco.andronaco@olivetti.com
Thu, 21 Sep 2023 15:37:38 +0200
9cb1b83a
fix GET /data
Andronaco Marco marco.andronaco@olivetti.com
Thu, 21 Sep 2023 15:07:33 +0200

Backend IoT

Instructions

Debug

poetry install
poetry run flask --app backend_iot run --port 1111 --debug

Production

poetry install --with prod
poetry run waitress-serve --port 1111 backend_iot:app
clone
git clone https://git.birabittoh.duckdns.org/iot-project.git