# data-analysis **Repository Path**: li-luan/data-analysis ## Basic Information - **Project Name**: data-analysis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-10 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 后端环境启动 ```sh cd api python -m venv venv Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass venv\Scripts\activate pip install -r requirements.txt ./start.sh ``` ## 后端接口文档 ```sh http://localhost:8000/swagger-ui.html ``` ## 前端环境启动 ```sh pnpm install pnpm dev ``` ## 前端访问地址 ```sh http://localhost:3000 ```