Skip to content

mock local api calls for development and testing

License

Notifications You must be signed in to change notification settings

ploiu/mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-server

A simple mock server written in Vue + Typescript + Deno

Why

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.

Objective

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

Getting Started

Go to the wiki for the getting started guide