CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment
Post new video endpoint
- 主要语言
- JavaScript
- 星标
- 9
- 派生
- 352
- PR 合并指标
- 30 天内没有已合并 PR
描述
#### HTTP Method: `POST`
#### Route: `/api/videos`
#### Acceptance Criteria
- [ ] There is a `POST /api/videos` backend endpoint to facilitate adding videos to the database.
- [ ] The endpoint generates and attaches a unique ID to each newly added video.
- [ ] The endpoint accepts video data in JSON format (example provided).
- [ ] The endpoint responds with a JSON response that includes the generated id (example provided)
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start at the backend routing entry point for /api/videos and trace how video records are added to the database. Verify the POST route accepts the specified JSON data, generates a unique ID, and returns that ID in a JSON response.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- api, backend, database
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 52/100