文件名称:koa-mongodb-rest:用于Koa的Rest API生成
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-05 06:11:47
JavaScript
Koa mongo REST [ ] 适用于服务器的Easy REST API 安装 使用npm安装: npm install koa-mongodb-rest 用法 需要图书馆 generateApi = require ( 'koa-mongodb-rest' ) ; 创建猫鼬模型 mongoose = require ( 'mongoose' ) ; mongoose . connect ( 'mongodb://127.0.0.1/db' ) ; schema = new mongoose . Schema ( { email : String , name : String , password : String , address : String , zipcode : Number , lists : Array } ) ; model =
【文件预览】:
koa-mongodb-rest-master
----.gitignore(45B)
----package.json(2KB)
----Makefile(681B)
----.travis.yml(60B)
----gulpfile.js(65B)
----README.md(2KB)
----example()
--------app.js(475B)
--------coffee()
----lib()
--------routes.js(897B)
--------index.js(363B)
--------actions.js(2KB)
--------model.js(1B)
----.npmignore(44B)
----docs()
--------test.html(5KB)
--------docs.md(3KB)
--------head.html(1KB)
--------tail.html(17B)
--------coverage.html(25KB)
----gulpfile.coffee(644B)
----test()
--------index.coffee(3KB)
--------mocha.opts(94B)
--------server.js(453B)