Skip to content

XianwuLin/URL-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

这是个基于web.py和sqlite的短链服务,为了编码方便还使用了peewee。(python2.7)

使用方法

安装依赖

pip install -r requirements

修改代码11行的host和12行的port

host = "10.67.13.145"
port = 8080

跑起来:

python main.py

About

短链服务

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages