# EarthwormDataAnalysisSystem **Repository Path**: silverfenrir/earthworm-data-analysis-system ## Basic Information - **Project Name**: EarthwormDataAnalysisSystem - **Description**: 蚯蚓数据分析系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-11 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Python, Flask ## README # 蚯蚓数据分析系统 ## 运行方式 进入 fronted ``` bash # 安装依赖库 npm install # 使用 localhost:8080 测试环境热启动 npm run dev # 编译 npm run build ``` 进入 backend ``` bash # 安装依赖库 pipenv install # 使用 localhost:5000 测试环境热启动 python web.py ```