-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Video CRUD
Overview
Create endpoints for Video entity.
Implementation Requirements
- add fetch functions on frontend
- add service and controller on backend for videos
- check video entity, add missing fields
- add
imagefield. Decide how to store image in database, check prisma types - test endpoints with
vimeo
Create CRUD endpoints for video entity
GET /videos
GET /videos/:id
POST /videos
PUT /videos/:id
DELETE /videos/:idMetadata
Metadata
Assignees
Labels
No labels