文件名称:shows:带有电视节目和剧集的示例LoopBack超媒体API
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-13 23:07:02
JavaScript
表演 具有电视节目和剧集的示例应用程序,旨在演示基于以下(即将推出的) W3C超媒体标准构建的现代REST API : 开始吧 npm install sudo npm install -g nodemon nodemon . 玩具周围 curl -X POST -d "name=Community&year=2009" http://0.0.0.0:3000/api/shows curl -X POST -d "name=Pilot&season=1&number=1" http://0.0.0.0:3000/api/shows/1/episodes
【文件预览】:
shows-master
----client()
--------README.md(67B)
----server()
--------model-config.json(571B)
--------boot()
--------server.js(585B)
--------datasources.json(62B)
--------middleware.json(411B)
--------config.json(465B)
----.jshintignore(24B)
----package.json(580B)
----.yo-rc.json(30B)
----common()
--------models()
--------services()
----.gitignore(151B)
----README.md(579B)
----.jshintrc(349B)
----.editorconfig(288B)