This project serves as the backend for a YouTube-like platform. It handles user authentication, video uploads, comments, likes, playlists, subscriptions, health checks, dashboard data, and now, tweets. A platform to upload, watch, and share videos with a global audience. Where creators and viewers come together to explore, post, and inspire through video.
- Clone the repository : git clone https://github.com/Deepesh-Gaharwar/VideoTube-app.git
- Install dependencies : npm install
- Create a .env file and add environment variables such as PORT, MONGODB_URI, JWT_SECRET, etc.
- Start the server: npm run dev