The Wayback Machine - https://web.archive.org/web/20201104144738/https://github.com/micro/services
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Micro Services

This repo includes reusable micro services.

Overview

Services provides a home for real world examples for using Micro v3.

  • blog - A blog app composed as micro services
  • chat - An instant messaging or group chat service
  • helloworld - A simple helloworld service
  • messages - A service for text messages
  • notes - A note taking service
  • test - A set of sample test services for Micro
  • users - User management and basic auth

Usage

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

Contributing

Feel free to contribute by PR and signoff.

License

Polyform Strict

You can’t perform that action at this time.