文件名称:nodejs-hapijs-mongoosejs
文件大小:57KB
文件格式:ZIP
更新时间:2024-07-30 22:35:01
JavaScript
这是一个使用 NODEJS、HAPIJS、MONGOOSEJ 和 JOY 创建 REST API 的测试项目。 修改conf/config.js以设置 mongodb 连接和 HAPIJS 服务器的连接npm install #to install project dependencies 。 npm test #to testmongoosee and API server's routes node server.js #to launch server js 验证默认配置会在localhost上创建一个 nodejs 服务器,监听port 8000 api测试路线是: http://localhost:8000/api/events 事件具有以下结构: { eventDate:Date, custome
【文件预览】:
nodejs-hapijs-mongoosejs-master
----package.json(798B)
----Db()
--------mongoosedb.js(1KB)
----models()
--------Event.js(629B)
--------Customer.js(439B)
----public()
--------.jshintrc(376B)
--------.gitignore(52B)
--------app()
--------package.json(1KB)
--------.bowerrc(38B)
--------.travis.yml(110B)
--------Gruntfile.js(9KB)
--------.gitattributes(11B)
--------bower.json(544B)
--------test()
--------.editorconfig(415B)
----index.js(2KB)
----utils()
--------createDownload.js(365B)
--------log.js(247B)
--------download.js(1KB)
----README.md(2KB)
----config()
--------config.js(645B)
----server2.js(267B)
----controllers()
--------event.js(4KB)
--------customer.js(3KB)
--------batch.js(4KB)
----routes()
--------event.js(2KB)
--------customer.js(2KB)
--------batch.js(1008B)
----test()
--------mongoosemodeltest.js(3KB)
--------routesmodeltest.js(2KB)
----server.js(1KB)
----validate()
--------event.js(1KB)
--------customer.js(932B)
--------batch.js(506B)