good first issue
仓库指标
- Star
- (3 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Create schema User:
{ name: String, email: String, phone: String, walletAddress: String, kycStatus: Boolean, createdAt: Date }
File: /src/models/User.js.
Add validation with Joi.
Add REST endpoint GET /api/v1/users/:id.