8000 GitHub - shunhua/go-zero-mall: go-zero实战:让微服务Go起来
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shunhua/go-zero-mall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-zero实战:让微服务Go起来

这是一个 go-zero 入门学习教程的示例代码,教程地址:o-zero实战:让微服务Go起来

docker 本地集成环境安装

$ cd gonivinck
$ docker-compose up -d

数据库创建

使用 mysql 管理工具,访问 127.0.0.1:3306,用户名:root,密码:123456,创建数据库 mall,创建数据表 userproductorderpaysql 语句参见教程或者目录code/mall下。

项目启动

进入golang容器,根据教程启动所有服务。

About

go-zero实战:让微服务Go起来

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.5%
  • Shell 2.9%
  • Dockerfile 2.6%
0