# 留言板 **Repository Path**: hyf-github-user/message-board ## Basic Information - **Project Name**: 留言板 - **Description**: 使用flask搭建一个留言板 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-07 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 留言板 #### 介绍 使用flask搭建一个留言板 #### 软件架构 软件架构说明 #### 安装教程 #### 使用说明 ## 配置环境 1. 使用pipenv配置: 1. 先下载pipenv(pip install pipenv) 2. 然后搭建环境: pipenv install --dev 2. 直接下载依赖:pip install -r requirements.txt ## 运行 1. 进行数据库迁移与配置(数据库配置在settings.py文件中配置,记得先建好sayhello数据库): 1. 数据库初始化:python3 app.py db init(windows用python) 2. 数据库迁移:python3 app.py db migrate 3. 数据库同步:python3 app.py db upgrade 2. python3 app.py runserver #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)