yooo:推出您自己的生产就绪 URL Shortener API

时间:2024-07-27 09:04:09
【文件属性】:

文件名称:yooo:推出您自己的生产就绪 URL Shortener API

文件大小:525KB

文件格式:ZIP

更新时间:2024-07-27 09:04:09

python flask url-shortener enferno JavaScript

基于 Enferno 项目的 URL Shortener 服务 这是一个基于 Project Enferno 的生产就绪 URL 缩短器应用程序 (烧瓶,Mongodb) 它具有与 Google Shortener 类似的 API。 可以使用以下 ansible 脚本在 3 分钟内部署此 API: 您还可以查看本教程: 例子 缩短网址 curl http://yooo.link/v1/url -H 'Content-Type: application/json' -d '{"longUrl": "http://www.google.com/"}' 展开网址: http://yooo.link/v1/url?shortUrl=http://domain.com/867nv 您可以在演示网站上使用 API:http: 执照 麻省理工学院许可。


【文件预览】:
yooo-master
----extensions.py(467B)
----.gitignore(113B)
----app.py(2KB)
----manage.py(1KB)
----README.rst(846B)
----public()
--------models.py(349B)
--------__init__.py(0B)
--------views.py(2KB)
--------short_url.py(4KB)
----static()
--------css()
--------img()
--------js()
----script.py(708B)
----settings.py(1KB)
----user()
--------models.py(1KB)
--------forms.py(261B)
--------__init__.py(0B)
--------views.py(469B)
----tasks.py(225B)
----admin()
--------__init__.py(0B)
--------views.py(500B)
----__init__.py(0B)
----requirements.txt(699B)
----assets.py(391B)
----templates()
--------account.html(363B)
--------500.html(321B)
--------security()
--------layout.html(3KB)
--------401.html(273B)
--------index.html(743B)
--------404.html(258B)

网友评论