https://github.com/smartive/mockserver
https://github.com/smartive/mockserver
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartive/mockserver
- Owner: smartive
- License: mit
- Created: 2019-06-19T09:00:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T16:35:02.000Z (11 months ago)
- Last Synced: 2025-08-08T22:31:39.934Z (11 months ago)
- Language: JavaScript
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.