An open API service indexing awesome lists of open source software.

https://github.com/ischenyu/short_link

基于flask+redis的短链接转换程序
https://github.com/ischenyu/short_link

flask redis shortlink

Last synced: 5 months ago
JSON representation

基于flask+redis的短链接转换程序

Awesome Lists containing this project

README

          

paimon短链接

基于flask和redis的短链接生成器

## 预览

## 项目结构
```
├─.idea # pycharm配置文件
│ ├─dataSources
│ └─inspectionProfiles
├─models # 项目模型
├─static # 项目静态文件
|─templates # 项目模板
```
## 部署方法
### 1.克隆到本地
```bash
git clone https://github.com/ischenyu/short_link.git
```
### 2.安装依赖
```bash
cd short_link
pip install -r requirements.txt
```
### 3.编辑配置文件
配置文件位于项目目录下的config.py中

### 4.启动服务
```bash
python app.py
```