https://github.com/vikrant48/video_mela_backend
a complete full working youtube clone
https://github.com/vikrant48/video_mela_backend
cloudinary express javascript mongodb mongodb-atlas postman
Last synced: 2 months ago
JSON representation
a complete full working youtube clone
- Host: GitHub
- URL: https://github.com/vikrant48/video_mela_backend
- Owner: vikrant48
- Created: 2025-01-03T05:38:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T09:07:25.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:22:27.829Z (over 1 year ago)
- Topics: cloudinary, express, javascript, mongodb, mongodb-atlas, postman
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Mela - Backend
## Overview
The backend of Video Mela is a RESTful API that powers the video-sharing platform, offering robust authentication, media management, and scalable storage solutions.
- [Model link](https://app.eraser.io/workspace/OO3HFmjKmUYmLl8JiwRk?origin=share)
- [Frontend Link](https://github.com/vikrant48/Video_Mela_frontend)
---
## Features
- **User Authentication**: Secure JWT-based login and registration.
- **Video Upload and Management**: Upload, update, delete, and retrieve videos.
- **Comments API**: Add, delete, and fetch comments on videos.
- **Search and Filtering**: Search videos by title and sort by date.
- **Cloud Storage**: Media files are stored and optimized using Cloudinary.
- **Pagination**: Efficient data handling with paginated responses.
- **Middleware**: Error handling and cookie parsing.
---
## Technologies Used
- **Node.js**: Server-side runtime.
- **Express.js**: Framework for building RESTful APIs.
- **MongoDB**: NoSQL database for storing user and video data.
- **Cloudinary**: For storing and delivering videos and images.
- **Multer**: For handling file uploads.
- **JWT**: For user authentication and session management.
- **Bcrypt**: For password encryption.
- **Cookie-Parser**: For parsing and managing cookies.
---