/Televised

Backend service for video streaming platform, where user can upload, delete, update and view videos, and user can also like, dislike, comment on videos

Primary LanguageJavaScript

NPM package used

  • CORS
  • cookie-parser ==> For setting or updating cookie at client side;
  • dotenv ==> For handling environment variables
  • express
  • mongoose
  • mongoose-aggregate-paginate-v2 ==> for Aggregation pipline to tract watch history
  • bcrypt ==> for hash password
  • jsonwebtoken (https://jwt.io) ==> for creating token, data encryption of payload
  • multer ==> for handling files
  • cloudinary ==> for storing files