nineCodeChallenge:基于JSON的Web服务

时间:2021-03-26 23:53:32
【文件属性】:
文件名称:nineCodeChallenge:基于JSON的Web服务
文件大小:4KB
文件格式:ZIP
更新时间:2021-03-26 23:53:32
JavaScript 基于JSON的Web服务 这是一个基于JSON的小型Web服务应用程序。 它过滤传入的json数据请求,并根据给定条件返回几个字段。 技术栈 JSON格式 Nodejs的 表示 作者 Saurabh Kumar 快速开始 :rocket: 安装 :gear: 安装服务器依赖项 npm install 运行服务器 :chequered_flag: npm start 资料夹结构 :file_folder: 服务器端 ├── controllers # Contains logic for handling the json request and response ├── models # Contains model for http-error ├── routes # Contains route for the controller ├── server.js
【文件预览】:
nineCodeChallenge-master
----models()
--------httpError.js(236B)
----package.json(342B)
----server.js(1KB)
----routes()
--------jsonData-routes.js(303B)
----controllers()
--------jsonData-controller.js(902B)
----.gitignore(42B)
----README.md(843B)

网友评论