Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 474 Bytes

Mocky

Mock your HTTP responses to test your REST API

Mocky is a simple app which allows to generate custom HTTP responses.
It's helpful when you have to request a build-in-progress WS, when you want to mock the backend response in a singleapp, or when you want to test your WS client.

Mocky nodejs version

How to do:

git clone https://github.com/gmailzj/Mocky

cd Mocky

npm install

PORT=3000 npm start

http://localhost:3000