This is a YOUTUBE
backend project that covers allmost the functionalities of youtube
and also combines the tweet functionality from twitter into it. Find more about his project in the documentaion below.
Content | Link |
---|---|
API Documentation | click here |
Model | click here |
- Registration, login, logout, password reset
- Profile management (avatar, cover image, details)
- Watch history tracking
- Video upload and publishing
- Video search, sorting, and pagination
- Video editing and deletion
- Visibility control (publish/unpublish)
- Tweet creation and publishing
- Viewing user tweets
- Updating and deleting tweets
- Subscribing to channels
- Viewing subscriber and subscribed channel lists
- Creating, updating, and deleting playlists
- Adding and removing videos from playlists
- Viewing user playlists
- Liking and unliking videos, comments, and tweets
- Viewing liked videos
- Adding, updating, and deleting comments on videos
- Viewing channel statistics (views, subscribers, videos, likes)
- Accessing uploaded videos
- Endpoint to verify the backend's health
- Node.js
- Express.js
- MongoDB
- Cloudinary (must have an account)
-
Clone the repository:
git clone https://github.com/SubhamKumar101201/backend-youtube-clone.git
-
Install dependencies:
cd backend-youtube-clone npm install
-
Set up environment variables: Create a .env in root of project and fill in the required values in the .env file using .env.sample file
-
Start the server:
npm run start
If you wish to contribute to this project, please feel free to contribute.
This project is licensed under ChaiAurCode.