# coding_447_cart **Repository Path**: luigino/coding_447_cart ## Basic Information - **Project Name**: coding_447_cart - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-08 - **Last Updated**: 2025-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 课程中的 git.imooc.com/`cap1573`/cart 需要更改为 git.imooc.com/`coding-447`/cart # Cart service 慕课网 ap 老师 课程购买地址:http://www.imooc.com/t/6512963 当前服务 名称为 Cart 类型 service 创建初始化模版请使用 ``` sudo docker run --rm -v $(pwd): $(pwd) -w $(pwd) -e ICODE=xxxxxx cap1573/cap-micro new git.imooc.com/coding-447/cart ``` 以上命令中 "xxxxxx" 为个人购买的 icode 码,请勿多人使用(会被慕课网检测失效)。 ## 快速开始 - [配置信息](#配置信息) - [使用](#使用) ## 配置信息 - 服务名称: go.micro.service.cart - 类型: service - 简称: cart ## 使用 根据 proto 自动生成 ``` make proto ``` 编译 ``` make proto ``` 构建镜像 ``` make docker ```