1 Star 1 Fork 0

loveruby/短链接服务搭建node.js+mongodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
loveruby 提交于 2022-04-29 17:48 +08:00 . 第一次提交!基础功能已经完成。
{
"name": "short-url",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app"
},
"description": "shortUrl",
"author": {
"name": ""
},
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.0",
"crypto-js": "^4.1.1",
"debug": "^2.2.0",
"express": "^4.18.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.5.0",
"morgan": "^1.7.0",
"pug": "^2.0.4",
"serve-favicon": "^2.3.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/loveruby/shorturl.git
git@gitee.com:loveruby/shorturl.git
loveruby
shorturl
短链接服务搭建node.js+mongodb
master

搜索帮助