https://github.com/btipling/todo_backend
https://github.com/btipling/todo_backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btipling/todo_backend
- Owner: btipling
- License: mit
- Created: 2020-09-15T04:23:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-15T14:17:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T01:39:43.247Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helloworld Service
This is the Helloworld service
## Overview
An example of how to write a simple helloworld service. This can also be generated using `micro new helloworld`.
## Usage
```
# run the server
micro server# run the service
micro run github.com/micro/services/helloworld## call the service
micro call helloworld Helloworld.Call '{"name": "Alice"}'
```