# softBackend **Repository Path**: wang-xi111/soft-backend ## Basic Information - **Project Name**: softBackend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-25 - **Last Updated**: 2023-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # softBackend #### 介绍 浩奇公司培训信息管理系统项目后端代码仓库 #### 软件架构 后端采用flask框架进行开发,使用SQLAlchemy连接MySQL8.0数据库,后端为model、cotroller的分层架构 #### 安装教程 本项目使用Python3.9进行开发 1. 安装本项目需要的python包:pip install -r requirements.txt #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request