Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/betrcode/mockserver-example

Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver
https://github.com/betrcode/mockserver-example

Last synced: about 10 hours ago
JSON representation

Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver

Awesome Lists containing this project

README

        

# mockserver-example
Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver

## Prerequisites
* [Install Docker](http://docs.docker.com/engine/installation/ "Documentation")

## Running Mock Server using Docker
```
docker run -d --name mockserver -p 1080:1080 -p 1090:1090 jamesdbloom/mockserver
```

## Creating Expectations
```
./gradlew clean run
```