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
fix setpoint
add ui, refactor code
fix GET /data
poetry install
poetry run flask --app backend_iot run --port 1111 --debug
poetry install --with prod
poetry run waitress-serve --port 1111 backend_iot:app
git clone https://git.birabittoh.duckdns.org/iot-project.git