adavijit / BlogMan

A Blog Web Application, specially made for open source contribution. Simple MERN (MongoDB, ExpressJs, React, Node) technology has been used
93 stars 106 forks source link

Added content upload route to S3 and used googleapis package for searching on youtube #131

Closed adityasanil closed 4 years ago

adityasanil commented 4 years ago

Content upload:

Request obj: file: contains the uploaded file. content: contains the metadata for the content.

Content Obj

name: name of the video // set as unique domain: domain the video belongs to author: author/speaker tags: tags for the video, array uploadedBy: name of the user who uploaded the video language: language of the video

Response

Screenshot 2020-03-11 at 23 24 54

Storage

Screenshot 2020-03-11 at 23 24 15

The content is being uploaded to aws s3, the video can be accessed using link

rajatmw1999 commented 4 years ago

@adityasanil There are conflicts. I think you didn't took the pull before adding to commit.