# rewitter **Repository Path**: yqfly/rewitter ## Basic Information - **Project Name**: rewitter - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #rewitter **介绍** 使用python的bottle框架+redis设计实现的模仿witter项目 **软件架构** 使用bottle框架设计MVC模式,采用redis作为数据存储。 **安装教程** 1. 安装python 2. 安装bottle 3. 安装redis 4. 安装vscode或者Pycharm编辑器 **使用说明** 安装完成之后使用编辑器导入项目,然后使用python启动就行了: python ./index.py