node-url-urlshortener:URL缩短服务的简单节点应用程序

时间:2024-06-02 18:15:18
【文件属性】:

文件名称:node-url-urlshortener:URL缩短服务的简单节点应用程序

文件大小:183KB

文件格式:ZIP

更新时间:2024-06-02 18:15:18

nodejs url url-shortener bitly JavaScript

URL缩短器 URL缩短服务的简单节点应用程序。 它会创建类似URL 屏幕截图 安装 # adduser urlshortener # git clone git@github.com/adfinis-sygroup/node-url-urlshortener /var/www/urlshortener # chown urlshortener:urlshortener /var/www/urlshortener/ # cd /var/www/urlshortener # mysql urlshortener < db/create.sql # vim db.js # <- adjust username and password # su - urlshortener $ cd /var/www/urlshortener $ npm install $ pm2 start --name=


【文件预览】:
node-url-urlshortener-master
----.gitignore(13B)
----app.js(1KB)
----expire-urls.js(772B)
----uuid.js(560B)
----package.json(588B)
----Makefile(693B)
----bin()
--------expire-urls(98B)
--------www(2KB)
----db()
--------0000-init.sql(233B)
--------0001-exp-date-type.sql(53B)
----LICENSE(34KB)
----public()
--------js()
--------css()
--------img()
----doc()
--------screenshot-admin.png(43KB)
--------screenshot-newurl.png(46KB)
--------screenshot-404.png(59KB)
----docker-compose.yml(406B)
----views()
--------error.ejs(83B)
--------new.ejs(1KB)
--------admin.ejs(2KB)
--------index.ejs(378B)
----README.md(892B)
----db.js(508B)
----routes()
--------admin.js(2KB)
--------index.js(818B)
----yarn.lock(64KB)

网友评论