# jianshen **Repository Path**: sunking18/jianshen ## Basic Information - **Project Name**: jianshen - **Description**: 健身相关的一个python网页 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-25 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jianshen 项目 ## 本地运行 ```bash python app/main.py ``` ## Docker 打包与运行 ```bash docker build -t jianshen-app . docker run -d -p:5000:5000 jianshen-app