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的短链接转换程序
- Host: GitHub
- URL: https://github.com/ischenyu/short_link
- Owner: ischenyu
- License: agpl-3.0
- Created: 2024-07-03T09:35:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T09:39:01.000Z (over 1 year ago)
- Last Synced: 2024-11-22T10:30:54.564Z (over 1 year ago)
- Topics: flask, redis, shortlink
- Language: HTML
- Homepage: https://s.alistnas.top
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```