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
PERicci opened this issue May 4, 2024 · 1 comment
Open
4 tasks

Post new video endpoint #18

PERicci opened this issue May 4, 2024 · 1 comment

Comments

@PERicci
Copy link
Owner

PERicci 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)
@PERicci
Copy link
Owner Author

PERicci commented May 15, 2024

Pull request: #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant