物聯網即時監控網站 從前端設計到後端開發 第二代
AIot Devices Dashboard 2nd
OneDrive: Downloadable
|--ESP32
| |
| |--.devcontainer
| |--.vscode
| |--main
| | |- CMakeLists.txt
| | |- app_http.c
| | |- app_http.h
| | |- app_wifi.c
| | |- app_wifi.h
| | |- component.mk
| | |- key.h
| | |- main.c
| | |- module_dht11.c
| | |- module_dht11.h
| | |- pin.h
| |
| |- CMakeLists.txt
| |- Makefile
| |- sdkconfig
|
|--python
| |--esp32
| | |- __init__.py
| | |- view.py
| |
| |--static
| | |--css
| | |--img
| | |--js
| | |- favicon.ico
| |
| |--templates
| | |- home.html
| | |- login.html
| | |- notFound.html
| |
| |- main.py
| |- requirements.txt
|
|- .gitignore
|- Dockerfile
|- README.md --> THIS FILE
|- docker-compose.yml
sudo apt install –y docker.io docker-compose openssh-server python3-pip
sudo usermod –aG docker user
sudo usermod –aG dialout user
heroku container:login
heroku container:push web
heroku container:release web