mocker

A simple mock REST client for everyone

Main Objective

Run a mock server by using .json/.yaml files with configurations.

Features

Usage

Clone the repository use cargo run command

To run the samples JSON files use cargo run -- -s ./example/json_config

use flags

--s for path to look for config files. Default is the root of the project "." --p for port to run the mock server on. default is 8080

JSON configuration