# flask-写诗网
**Repository Path**: admin-workshop/flask-poetry-writing-network
## Basic Information
- **Project Name**: flask-写诗网
- **Description**: 利用这个网站,你可以在这里面写诗,查看别人写的
- **Primary Language**: Python
- **License**: Zlib
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-11-06
- **Last Updated**: 2022-10-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# flask-写诗网
#### 介绍
利用这个网站,你可以在这里面写诗,查看别人写的
#### 软件架构
软件架构说明
#### 安装教程
pip install -r requirements.txt
python -m venv
pip install python-dotenv
安装MongoDB数据库、Redis数据库
#### 使用说明
1.在db.py里把127.0.0.1改成服务器ip(如果不改则为本地ip)(全部127.0.0.1都可以改)
2.运行 app.py
3访问http://127.0.0.1:5000/register (localhost127.0.0.1)进行注册,注册完登录
4.登陆后你可以查看别人写的诗
5.修改个人中心(刚注册必须修改,否则无法查看)(个人中心>修改个人信息)
6.查看个人信息(刚注册必须先修改)(个人中心>查看个人信息)
7.自己写诗(上方的"我自己写诗")
#### 参与贡献
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/)