A simple mock server written in Vue + Typescript + Deno
Several other applications, namely Soap UI and Postman have mock servers built in. However, SoapUI's interface is clunky and hard to set up. Postman has a nice and simple UI, but mock server support is limited on a free plan. Because of this, I decided to write my own simple mock server for my own use cases.
This is a personal project for personal needs, so this most likely won't cover any advance functionality. For what I personally need, it should:
- have unlimited uses
- be simple to set up and use
- have a simple UI
- be portable; mocks should be easily transferable across machines
- support path and query variables
Go to the wiki for the getting started guide