You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dashboard/README.md

607 B

Go Micro Dashboard

Go micro dashboard is designed to make it as easy as possible for users to work with go-micro framework.

Features

  • Dashboard
  • Services list
  • Support request endpoints
  • Support dashboard authenticate
  • Support configure service

Development

Server

Swagger

swagger generate spec -o docs/swagger.json -b ./docs
swag init

Web UI

Document

Docker

docker run .

Docker Compose

docker-compose up -d

License

Apache License 2.0