nodejs-url-shortener

时间:2024-05-24 22:10:14
【文件属性】:

文件名称:nodejs-url-shortener

文件大小:44KB

文件格式:ZIP

更新时间:2024-05-24 22:10:14

JavaScript

将缩短器API与计数器链接。 由Nodejs(Express)开发的简单API,具有以下模块:dotenv,mongoose,shortid和valid-url。 数据库:MongoDB 网址(POST): : 要安装应用程序,请运行: npm install 开始运行应用程序 npm start 用途: # POST hacia https://acortalo-pe.herokuapp.com/app { " longUrl " : " https://www.tulink.com/ " } # Retornara un json con el link corto { " _id " : " 32165465531asd " , " longUrl " : " https://www.example.com/ " , " shortUrl


【文件预览】:
nodejs-url-shortener-main
----models()
--------Url.js(232B)
----config()
--------db.js(322B)
----index.js(557B)
----package.json(456B)
----readme.md(736B)
----preview.JPG(54KB)
----example.env(112B)
----routes()
--------shortUrl.js(301B)
----package-lock.json(24KB)
----controllers()
--------url.js(2KB)
----.gitignore(252B)

网友评论