# product **Repository Path**: lijinsong/product ## Basic Information - **Project Name**: product - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # User Service This is the User service Generated with ``` micro new user ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```