forked from CodeYourFuture/Full-Stack-Project-Assessment
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture#471
HTTP Method: POST
Route: /api/videos
Acceptance Criteria
- There is a
POST /api/videosbackend 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)