express-boilerplate:Node.js Express的样板

时间:2021-04-01 01:25:59
【文件属性】:
文件名称:express-boilerplate:Node.js Express的样板
文件大小:8KB
文件格式:ZIP
更新时间:2021-04-01 01:25:59
JavaScript 快速样板 npm install node server.js 基本路线 curl -v http://localhost:3000/user curl -v -X POST http://localhost:3000/user --data "user=yihsiu" curl -v -X PUT http://localhost:3000/user --data "user=yihsiu" curl -v -X DELTET http://localhost:3000/user --data "user=yihsiu" curl -v http://localhost:3000/butterfly curl -v http://localhost:3000/dragonfly 服务静态文件 curl -v http://localhost:3000/image-1.jpg curl -
【文件预览】:
express-boilerplate-master
----.gitignore(13B)
----README.md(1KB)
----server.js(3KB)
----package.json(606B)
----api.js(366B)
----package-lock.json(14KB)

网友评论