Skip to content

outyua/micro-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a go-micro start-kit

it is in develop, no production ready !

How to use

  1. Generate proto cd apps/srv/demo && make proto

  2. Run service cd apps/srv/demo && go run cmd/main.go

cd apps/web/demo && go run cmd/main.go

  1. Check result

open url http://127.0.0.1:9991