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

https://github.com/thisisgame/short_url_cpp

短链接生成系统 short link generation system
https://github.com/thisisgame/short_url_cpp

Last synced: 3 months ago
JSON representation

短链接生成系统 short link generation system

Awesome Lists containing this project

README

          

# short_url_cpp

clone后,按下面步骤编译

```shell
makedir build
cd build
cmake ..
make
```

访问 127.0.0.1/gen/长网址 生成短网址id

访问 127.0.0.1/go/短网址id 即可跳转长网址