# firstwork **Repository Path**: www.topwhere.cn/firstwork ## Basic Information - **Project Name**: firstwork - **Description**: 调试代码 7天有效 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大作业题目 ## 基本题目 请基于//gen目录下的桩代码,基于自己熟悉的程序语言开发对应的服务端程序和客户端程序。 基本要求: 服务端程序提供PutPet、GetPet、DeletePet三个接口,客户端访问这三个服务进行宠物数据的写入、查询和删除操作。 扩展要求: 创建镜像和yaml文件基于minikube部署 # 一.在firstwork下运行 ``` go mod tidy ``` # 二.在 proto下运行 ``` make proto ```