# iot-cloud-back **Repository Path**: Q1048130161/iot-cloud-back ## Basic Information - **Project Name**: iot-cloud-back - **Description**: IoT课程项目 云端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-06-22 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README IoT 服务端 ## 部署 ```bash gunicorn -w 1 -b :8080 app:app ``` 可结合 pm2 ```bash pm2 start app.sh ```