Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 878 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 878 Bytes

BackEnd for Video Library

Tech Stack

  • Express
  • Mongo DB
  • JWT for Authentication

Functionalities

Videos and Categories

  • Get all videos and categories
  • A user can upload the video
  • Increment Video View Count on every click of play button

Authentication

  • Login and Signup with JWT Token

Watch Later and Like Videos

  • Add and remove the video from Watch Later
  • Add and remove the video from Liked Videos

Playlist Management

  • Add and delete playlist
  • Add and remove video from plalist

History Management

  • Add and delete Video from history
  • Clear all videos from history

Notes Management

  • Add, Edit and Delete Notes on each video

Live Link for BackEnd is here

Live Link for FrontEnd is here