Skip to content

zhu327/shorturl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenResty shorturl

基于OpenResty实现的短网址生成服务

主要使用Redis存储,并且将数据落地到MySQL

curl -X POST \
  http://127.0.0.1:8080/api/v1/shorturl.json \
  -H 'content-type: application/json' \
  -d '{
    "url": "http://zhu327.github.io"
}'

About

基于openresty实现的短网址服务

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages