Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

MakerbaseMoon/AIot-Devices-Dashboard_2nd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIot-Devices-Dashboard_2nd

物聯網即時監控網站 從前端設計到後端開發 第二代
AIot Devices Dashboard 2nd
OneDrive: Downloadable

file project files (專案檔案)

|--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

ubuntu server (Ubuntun 伺服器)

sudo apt install –y docker.io docker-compose openssh-server python3-pip
sudo usermod –aG docker user
sudo usermod –aG dialout user

local vscode Extensions (本地端 vscode 插件)

Remote vscode Extensions (遠端 vscode 插件)

heroku container (heroku 容器上傳)

heroku container:login
heroku container:push web
heroku container:release web