Create and use custom responses. No need to wait for the backend!
- 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.
- Install MongoDB
- Run the app using spring boot or create an uber jar to deploy
- Design your API response, customize headers and status
- Add network delay, if needed
- Hit submit, your mock link http://localhost:8080/mock/{mockUUID} is ready