8000 GitHub - walterfan/lazy-mock-server: A mock server by lazy rabbit studio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

walterfan/lazy-mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy Mock Server

Usage

./startup.sh
  • test
$ curl http://127.0.0.1:9000/api/get_example
{
  "message": "This is a mock GET response."
}

$ curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://127.0.0.1:9000/api/post_example
{
  "data_received": "{'key1': 'value1', 'key2': 'value2'}",
  "message": "This is a mock POST response."
}

TODO

  • Setup Expectations by REST API
  • Add a web UI for setup expectation and checking mock history
  • Add sqlite DB support for authentication and history

About

A mock server by lazy rabbit studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0