We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faker Server 是一个基于 Faker.js 的 mock 服务器,修改接口实时更新。 使用 MongoDB 作为数据存储,支持结构化数据。 项目包含一个前端管理页面,可以方便地在线管理接口。
项目地址 https://github.com/Ray-D-Song/faker-server
在线演示:https://faker-preview.jenrays.com/ 只读密钥:1234
1234
Mock 接口列表:
GET /mock/user/list
POST /mock/user
有不少 SaaS 服务提供了在线 mock 服务,比如 Apifox、Insomnia,不过他们首先是一个 API 设计工具,其次才是 mock 服务。
如果你只是要为 demo 提供接口,或者在后端完成工作前创建假数据,那他们的工具太重了。 更重要的是他们只会为商务用户提供 self-host 服务,对于普通开发者并不是很友好。
而且我不是很认同这种类型的开发者工具强制登录才能使用。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Faker Server
Faker Server 是一个基于 Faker.js 的 mock 服务器,修改接口实时更新。
使用 MongoDB 作为数据存储,支持结构化数据。
项目包含一个前端管理页面,可以方便地在线管理接口。
项目地址 https://github.com/Ray-D-Song/faker-server
在线演示:https://faker-preview.jenrays.com/
只读密钥:
1234
Mock 接口列表:
GET /mock/user/list
POST /mock/user
Why
有不少 SaaS 服务提供了在线 mock 服务,比如 Apifox、Insomnia,不过他们首先是一个 API 设计工具,其次才是 mock 服务。
如果你只是要为 demo 提供接口,或者在后端完成工作前创建假数据,那他们的工具太重了。
更重要的是他们只会为商务用户提供 self-host 服务,对于普通开发者并不是很友好。
而且我不是很认同这种类型的开发者工具强制登录才能使用。
The text was updated successfully, but these errors were encountered: