# cart **Repository Path**: gomicros/cart ## Basic Information - **Project Name**: cart - **Description**: Go容器化微服务系统实战 cart购物车模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cart Service This is the Cart service Generated with ``` micro new cart ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```