mock-node
mock-node copied to clipboard
A configurable mock server with an intuitive configuration management interface and a http api
feat: Added support for status code in dynamic stub - Added field for providing status code while creating dynamic stub both in default and condition fix: Allowed % character in...
I think 'baseURL' should be 'baseUrl' like [this](http://expressjs.com/en/api.html#req.baseUrl). https://github.com/ianunay/mock-node/blob/a88dd2e191349d5fdf62a2a8170284f616fd7b1a/server.js#L172
This project looks awesome! Are there any plans to offer a RAML -> config conversion? If not, is there a specification or documentation on the config syntax?

The project is more of a hackathon project. Improve code quality.
Currently no tests written. Plan this.