https://github.com/mock-server/mockserver-ui
A dashboard to view the expectations, requests, and logs in MockServer
https://github.com/mock-server/mockserver-ui
Last synced: 8 months ago
JSON representation
A dashboard to view the expectations, requests, and logs in MockServer
- Host: GitHub
- URL: https://github.com/mock-server/mockserver-ui
- Owner: mock-server
- Created: 2018-01-02T23:47:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T14:35:35.000Z (about 1 year ago)
- Last Synced: 2025-05-09T15:44:08.580Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://mock-server.com
- Size: 1.9 MB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-toolbox - mockserver-ui
README
# mockserver-ui
> A dashboard to view the expectations, requests, and logs in [MockServer](http://mock-server.com/)
[](https://buildkite.com/mockserver/mockserver-ui) [](https://david-dm.org/mock-server/mockserver-ui) [](https://david-dm.org/mock-server/mockserver-ui#info=devDependencies)
# Community
* Backlog:
* Freature Requests:
* Issues / Bugs:
* Chat: 
## Getting Started
This node module is built using [react-scripts](https://www.npmjs.com/package/react-scripts), it is not intended to use stand alone (except for development) and is bundled into [MockServer](http://mock-server.com/) on path `/mockserver/dashboard`, for example:
```
https://localhost:1080/mockserver/dashboard
```
For development this node module can be run using `npm start` and can be pointed at a running version of [MockServer](http://mock-server.com/) using `host`, `port` and `context` query parameters as required, for example:
```
http://localhost:3000/?host=localhost&port=1080&context=
```
To run locally:
```bash
# 1. run node
npm start
# 2. navigate to UI
open http://localhost:3000/?port=1080
```
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
---
[](https://github.com/igrigorik/ga-beacon)