A simple way to manage and start your api mock server on your local platform.
Gin
Posted on October 8, 2018
Mockman
is 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
,port
andprefix
of 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 options
andreponse data
of 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 file
absolutely on your local, the path will be different on different operation system.
%APPDATA%
for Windows$XDG_CONFIG_HOME or ~/.config
for Linux~/Library/Application Support
for macOS
💖 💪 🙅 🚩
Gin
Posted on October 8, 2018
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
electron A simple way to manage and start your api mock server on your local platform.
October 8, 2018