Skip to content

App for mocking api calls. Extremely useful for parallel frontend + backend development

Notifications You must be signed in to change notification settings

Flutterbee/mocker

Repository files navigation

README

You will need to add entries in config/secrets.yml file as follows:

FORWARD_HOST=http://www.example.com/
USERNAME=mocker
PASSWORD=mocker

Requests which don’t have stubs will be forwarded to the host specified in this environment variable Specifying USERNAME, PASSWORD adds HTTP basic authentication to stubs configuration page

About

App for mocking api calls. Extremely useful for parallel frontend + backend development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published