Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 522 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 522 Bytes

gomicrodemo1

How to use

git clone [email protected]:zhang555/gomicrodemo1.git
cd gomicrodemo1
docker-compose build
docker-compose up

access url http://localhost/gomicroweb

username password
user0 user0
user1 user1

Technology stack

  • golang
  • go-micro
  • protocol buffers
  • gorm
  • docker
  • docker-compose
  • mysql
  • vue
  • nginx

Feature

Backend

  • Service discovery
  • Publish subscription
  • CRUD operations for MySQL

Frontend

  • Call the interface provided by the backend