文件名称:shorty:小型网址缩短器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 23:20:56
Go
矮个子 小型网址缩短器 安装 您将需要Go和来构建项目,并需要PostgreSQL来使Shorty飞起来。 make # First launch RESET_DB=1 bin/shorty # Futher launches bin/shorty 配置 您可以通过设置DB_CONN变量来指定数据库连接字符串: DB_CONN= " dbname=my_db sslmode=disable " bin/shorty 您可以通过设置ADDRESS变量来指定服务器地址: ADDRESS= " 192.168.1.1:4321 " bin/shorty 以及将用作短链接基础的主机名: HOSTNAME= " shorty.com " bin/shorty 原料药 POST /shorten (url=http://url_to_short.com/?lorem=ipsum) #
【文件预览】:
shorty-master
----src()
--------utils.go(697B)
--------db.go(3KB)
--------shorty_test.go(4KB)
--------actions.go(1KB)
--------server.go(1KB)
--------shorty.go(77B)
----.travis.yml(281B)
----LICENSE(1KB)
----Gomfile(208B)
----README.md(1KB)
----Makefile(92B)
----.gitignore(33B)