BiRabittoh / iot-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:CSS 39.5%Language:HTML 39.1%Language:Python 21.4%