文件名称:推荐API
文件大小:104KB
文件格式:ZIP
更新时间:2024-03-01 20:09:26
JavaScript
推荐API 推荐连结API范例 作者: Michael Agboola 环境环境 节点版本-v12.18.3(LTS) YARN版本-v1.22.10 该应用程序使用以下技术: 节点 表达 猫鼬 笑话 超级测试 注意: run all commands in the applications root directory 安装所有依赖项 yarn install 启动应用程序 source .env yarn start 测试应用 yarn test 用户认证 - 创建没有参考的用户 端点http://localhost:3001/api/v1/register方法(POST) 创建一个用户 有效载荷 { " email " : " demo@gmail.com " , " password " : " 1234 " } 回应格式 { " error " : f
【文件预览】:
referral-api-master
----.gitignore(2KB)
----setup.js(24B)
----package.json(921B)
----src()
--------middleware()
--------controller()
--------services()
--------models()
--------schema()
--------utils()
--------config()
--------lib()
--------routes()
----jest.config.js(228B)
----LICENSE(1KB)
----index.js(1KB)
----__tests__()
--------api()
--------unit()
----README.md(4KB)
----.vscode()
--------launch.json(874B)
----yarn.lock(214KB)