I want to generate a mocked server using Swagger YML files, for other services to connect to (eg, the front-end app connecting to a mocked API).
Is there an easy way to achieve this? Ideally, I'd use NodeJS but open to using any language if something already exists.
I want this to be entirely using the Swagger YML and any example
data inside the objects rather than having to write code for the API.
Thanks