CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

Post new video endpoint

未关闭
#471 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
🏕 Priority Mandatory 📅 Week 2 🔌 Backend
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。