This commit is contained in:
Asim Aslam
2020-10-02 11:13:01 +01:00
commit 61fe9c169b
62 changed files with 4428 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
# Micro Services
This repo includes reusable micro services.
## Overview
Services provides a home for real world examples for using Micro v3.
- [blog](blog) - A blog app composed as micro services
- [helloworld](helloworld) - A simple helloworld service
- [pubsub](pubsub) - A rudimentary pubsub example
## Usage
Pull the service directly from github
```
# install micro
go get github.com/micro/micro/v3
# run the server
micro server
# login using the default account
# 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
Apache 2.0 Licensed