mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
e68bb078bfb193b68def6685a71c105a0ba06eed
Moving cruftier services that are only used for tests under a test repo
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
- helloworld - A simple helloworld service
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
Description
Languages
Go
92.9%
Makefile
5.8%
Dockerfile
1.1%
mupad
0.2%