Local Mock Server Jaya Kumar Reddy Regalla
Use this command to install Local Mock Server:
winget install --id=jayakumarreddy.Local-Mock-Server -e
Local Mock Server is a simple tool for creating mock server locally. With this you can create number of mock api’s by configuring request method, request path, response status and JSON response body
README
Local Mock Server
Local Mock Server is a simple tool for creating mock server locally. With this you can create number of mock api's by configuring request method, request path, response status and JSON response body
This app spins up a server locally and saves all the JSON data locally on your system(on Desktop)
Uses
- Before integrating with the real api, front-end developers can create a mock server to simulate each endpoint and its corresponding response body and also response status
- Helps in reducing the dependency of UI team with the server team
ScreenShots
-
Creating new Mock API
-
Editing Mock API
-
JSON Viewer