# XuanHengBlog **Repository Path**: dervin726/xuan-heng-blog ## Basic Information - **Project Name**: XuanHengBlog - **Description**: python 2022 课设 基于flask的博客系统 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-29 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XuanHengBlog #### 介绍 ncepu python 2022 课程设计 基于flask的博客系统 组长:赵文轩 120201080204 组员:刘恒 120201080220 #### 软件架构 基于MVC模式的前后端混编 #### 安装教程 1. pip install -r requirements.txt #### 程序结构 1. common层: 实用工具方法 2. controller层: 路由,接收请求、处理业务、返回响应 3. module层: 数据库操作封装 4. resource层: 前端所需资源配置文件 5. template层: HTML及静态化页面 #### 使用说明 1. 运行main.py 2. 访问127.0.0.1:5000