Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post new video endpoint #18

Open
4 tasks
fhkahin opened this issue May 4, 2024 · 0 comments
Open
4 tasks

Post new video endpoint #18

fhkahin opened this issue May 4, 2024 · 0 comments

Comments

@fhkahin
Copy link
Owner

fhkahin commented May 4, 2024

From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture#471

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant