Skip to content

CRUD endpoints for videos #86

@matus-vacula

Description

@matus-vacula

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 image field. 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/:id

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions