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

https://github.com/smartive/mockserver


https://github.com/smartive/mockserver

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mockserver

A simple node.js based web and mail mockserver

## Setup

```
npm i
npm start
```

## Usage with Docker Compose

```
version: "3.3"
services:
image: smartive/mockserver
environment:
MOCK_PATH: /mock
MOCK_HOST: 0.0.0.0
MOCK_HTTP_PORT: 1080
```

## HTTPS

Set a `MOCK_HTTPS_PORT` env variable to start an https server as well.