文件名称:node-api-hunter:节点-api-猎人
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-17 03:44:26
JavaScript
节点API 节点JS CRUD API示例 将信息存储在JSON文件中 在DB(MYSQL)中存储信息 安装 git clone https://github.com/nmatei/node-api.git cd node-api npm install JS用法 npm run devstart JSON文件作为存储 团队成员存储在 // GET teams-json fetch ( "http://localhost:3000/teams-json" , { method : "GET" , headers : { "Content-Type" : "application/json" } } ) ; // POST teams-json/create fetch ( "http://localhost:3000/teams-json/create" , {
【文件预览】:
node-api-hunter-master
----.gitignore(2KB)
----routes()
--------hunters-db.js(6KB)
--------users.js(203B)
--------hunters.js(2KB)
--------index.js(205B)
----README.md(2KB)
----views()
--------error.hbs(74B)
--------index.hbs(268B)
--------layout.hbs(173B)
----bin()
--------www(2KB)
----public()
--------stylesheets()
----.prettierrc(154B)
----app.js(1KB)
----package.json(429B)
----data()
--------questions.json(240B)