Mockmanis a powerful and convenient tool that helps you to manage and start mock servers locally.With the app, you can easily configure the routes, request format and response of a mock server
Screenshot
Usage
- Create your mock server -
click the add button - Configure the
name,portandprefixof your move server, make sure the port is not in use, or Mockman will give you a error notification. - Add some apis for your mock server.
- Configure the
method,route,response code,latency,required request optionsandreponse dataof each api. - Start the server -
click the start button. - After all, you can test your api locally.
Where will your api data be stored?
Your data will be stored as a
sqlite fileabsolutely on your local, the path will be different on different operation system.
%APPDATA%for Windows$XDG_CONFIG_HOME or ~/.configfor Linux~/Library/Application Supportfor macOS


Top comments (1)