Quickstart
Get your first mock running in less than a minute.
1. Open the Dashboard
By default, the Mimicrab dashboard is available at http://localhost:3000.
2. Create a Mock
- Click the + Create Mock button.
- Enter the path:
/hello. - Select the method:
GET. - Enter the response status:
200. - Click Save Mock.
3. Test it Out
You can test your mock directly from the dashboard using the Test button, or use curl:
curl http://localhost:3000/hello
Expected Response:
(Empty body with 200 OK)