# 小程序Python后端 **Repository Path**: hacker__007/shark-miniprogram-python-backend ## Basic Information - **Project Name**: 小程序Python后端 - **Description**: 校园小程序 Python Flask 框架后端 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-08-14 - **Last Updated**: 2021-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小程序Python后端 #### 软件架构 Python Flask框架 后端应用 #### 安装教程 1. 克隆本仓库 2. 安装依赖 `pip install -r requirements.txt` 3. 使用`Pycharm`导入本项目 4. 建立一个 Flask running profile 或者是直接使用命令行运行`python app.py` 5. 运行项目 #### 运行环境 本应用在以下环境中运行通过,其余环境自行测试 正确运行的前提是安装有正确的 Python 或者是虚拟环境,并且按照以上安装教程严格安装依赖项 系统: - Windows 10 - macOS >= 10.13 - Linux (Ubuntu / CentOS) 运行环境: - Python 3.8.5 - 3.9.2