Skip to content
/ Mocky Public

A simple API mocking solution written in Nodejs

Notifications You must be signed in to change notification settings

gmailzj/Mocky

Repository files navigation

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

About

A simple API mocking solution written in Nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published