BackEnd for Video Library
- Express
- Mongo DB
- JWT for Authentication
- Get all videos and categories
- A user can upload the video
- Increment Video View Count on every click of play button
- Login and Signup with JWT Token
- Add and remove the video from Watch Later
- Add and remove the video from Liked Videos
- Add and delete playlist
- Add and remove video from plalist
- Add and delete Video from history
- Clear all videos from history
- Add, Edit and Delete Notes on each video
Live Link for BackEnd is here
Live Link for FrontEnd is here