realdah / simple-json-replay-server

A simple json replay server which can be used for developing single page application (angular/reactjs/vuejs especially) without services dependency. Simply put the url & response json data, then route your service calls to this mock server, whenever it matches the url with other optional filtering rules, it will return the matching json data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realdah/simple-json-replay-server Stargazers