Imposter is a mocking solution for APIs.
Imposter can be run locally using the Imposter CLI. Alternatively, it can also be run using Docker or a JAR file.
The Imposter server can be started using the cli (this will use the latest version of imposter):
imposter upor in a Docker container using a specific version:
docker run -ti -v .:/opt/imposter/config -p 8080:8080 outofcoffee/imposter:4.1.2Imposter runs on port 8080 by default, this can be changed using --port as an option on the command line.
To test that the system is running as expected hit the following endpoint.