This repo includes reusable micro services.
Services provides a home for real world examples for using Micro v3.
- blog - A blog app composed as micro services
- helloworld - A simple helloworld service
Pull the service directly from github
# install micro
go get github.com/micro/micro/v3
# run the server
micro server
# login with user: admin pass: micro
micro login
# run the service
micro run github.com/micro/services/helloworld
Feel free to contribute by PR and signoff.