文件名称:mongorester:用于在 Mongo 中轻松生成资源路由的库
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-17 22:57:27
JavaScript
蒙戈雷斯特 通过亚历克斯·默塞德(Alex Merced) 使用一个功能启动 Full Crud Mongo Express API 这个怎么运作 安装它... npm install mongorester 需要它... const { rester } = require ( "mongorester" ) ; 将模型名称字符串和模式定义对象传递给 rester 函数。 该函数将返回一个包含模型和具有 5 个预制路由的路由器的数组。 //Generate Model and Router const [ Note , noteRouter ] = rester ( "Note" , { title : String , content : String } ) ; //add extra routes if you want noteRouter . get ( "/u
【文件预览】:
mongorester-master
----.vscode()
--------settings.json(989B)
----test.js(242B)
----.gitignore(14B)
----index.js(8KB)
----readme.md(4KB)
----package-lock.json(26KB)
----package.json(484B)