microcks-local-server
Installation
SKILL.md
Microcks Local Server
Set up and run a local Microcks server using Docker Compose for API mocking and testing.
When to Use
- A developer wants to mock a REST API locally from an OpenAPI specification
- A project needs a local API mock server for development or integration testing
- Someone asks to "start Microcks", "run a mock server", or "set up API mocking"
Prerequisites
- Docker and Docker Compose installed and running
Start the Server
- Create a
mocking/directory at the project root (if it doesn't exist):