Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 736 Bytes

Mock-server

Create and use custom responses. No need to wait for the backend!

What is it?

  • Spring boot application to mock API requests quickly.
  • Integrated UI makes designing mock requests easier.
  • All mock requests are persisted in MongoDB.
  • Can be used to mock both REST and SOAP APIs.

Installation notes for creating your own server

  1. Install MongoDB
  2. Run the app using spring boot or create an uber jar to deploy

Usage

  1. Design your API response, customize headers and status
  2. Add network delay, if needed
  3. Hit submit, your mock link http://localhost:8080/mock/{mockUUID} is ready

Screenshot

Screenshot