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

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

Awesome Lists containing this project

README

          

# mockserver-ui

> A dashboard to view the expectations, requests, and logs in [MockServer](http://mock-server.com/)

[![Build status](https://badge.buildkite.com/a1d7b386b768855f167d5104bc4e71cd6176e84af4faf09024.svg?style=square&theme=slack)](https://buildkite.com/mockserver/mockserver-ui) [![Dependency Status](https://david-dm.org/mock-server/mockserver-ui.png)](https://david-dm.org/mock-server/mockserver-ui) [![devDependency Status](https://david-dm.org/mock-server/mockserver-ui/dev-status.png)](https://david-dm.org/mock-server/mockserver-ui#info=devDependencies)

# Community

* Backlog:                     Trello Backlog
* Freature Requests:  Github Issues
* Issues / Bugs:           Github Issues
* Chat:                           Join Slack

## 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/).

---

[![Analytics](https://ga-beacon.appspot.com/UA-32687194-4/mockserver-ui/README.md)](https://github.com/igrigorik/ga-beacon)