基于flask和redis的短链接生成器
** 此分支是dev 分支,请勿用于正式环境 **
├─.idea # pycharm配置文件
│ ├─dataSources
│ └─inspectionProfiles
├─models # 项目模型
├─static # 项目静态文件
|─templates # 项目模板
git clone https://github.com/ischenyu/short_link.git
cd short_link
pip install -r requirements.txt
配置文件位于项目目录下的config.py中
python app.py