文件名称:仪表板服务器:具有基于json服务器的授权的JSON文件RESTful API
文件大小:11KB
文件格式:ZIP
更新时间:2024-02-26 18:13:46
jwt json-api rest-api restful fake
仪表板服务器 具有基于的授权的JSON文件RESTful API 用法 # clone repo $ git clone https://github.com/zce/dashboard-server.git < my> # change directory $ cd < my> # install dependencies $ yarn # or npm install # serve with nodemon at http://localhost:3000 $ yarn dev JWT授权端点 与 POST /tokens 创建令牌 #
【文件预览】:
dashboard-server-master
----.env.example(79B)
----public()
--------index.html(4KB)
----vercel.json(542B)
----.travis.yml(77B)
----LICENSE(1KB)
----README.md(3KB)
----.npmrc(44B)
----.editorconfig(363B)
----.gitignore(83B)
----server()
--------user.js(298B)
--------data.js(1KB)
--------faker.js(4KB)
--------config.js(238B)
--------token.js(2KB)
--------index.js(3KB)
----index.js(130B)
----package.json(1022B)