Mockly is a tool that helps developers create mock API endpoints quickly. With Mockly, you can simulate API responses, add delays, introduce random failures, and define response formats – perfect for testing your applications without relying on a live backend.
- Create custom mock API endpoints via a web interface.
- Control response delays and simulate errors.
- Generate randomized responses.
- Node.js
- Docker (optional, if you're running Mockly in a containerized environment)
Clone the repository and install dependencies:
git clone https://github.com/zeroject/Mockly.git
cd Mockly
npm install