chai-backend
chai-backend copied to clipboard
A video series on chai aur code youtube channel
typo It should be lowercase instead of lowecase
These are the final controllers for this project. All controllers have been thoroughly tested on my side to ensure proper functionality and meet the project's requirements and expectations. Thanks for...
add a video liked, comment liked and tweet liked controllers and also add a getting video liked by the user controller
adding a toggle subscription controller
# Video controllers added - **Retrieve Videos:** Paginated and filtered video retrieval with sorting options. - **Publish Video:** Upload video files and thumbnails to Cloudinary and save metadata to MongoDB....
Issue: The current implementation of error handling in the authentication middleware hardcodes the status code in the catch block, which overrides any status code set in the try block. This...