micro-dashboard
micro-dashboard copied to clipboard
Dashboard for microservices toolchain micro.
Micro dashboard

Micro dashboard is a frontend for the microservices toolchain micro. In its current form, it consumes the API provided by micro's own web UI. This was mainly an excuse for me to play with redux and webpack. View a live demo here.
Features
- Registry explorer.
- Query tool that automatically builds a body based on the endpoint information.
Setup
Rather crude setup for now.
-
Clone this repo.
-
Install the history package as it is a peer dependency.
npm install [email protected] -
Install the other dependencies.
npm install -
The dashboard will assume micro/web is running on the same host and on port 8082. If this is not the case, edit the config.
-
Build the project to the
distdirectory.npm run build -
There's an Express server included to serve the
distassets for web browser.node server.js
License
MIT