Streamline is a platform designed for YouTubers to manage video uploads and collaborate with editors, simplifying the workflow for approving and uploading videos remotely.
- User Management: Create and manage user accounts for YouTubers and editors.
- Video Uploads: Easy upload process for videos.
- Approval Workflow: YouTubers can review and approve edits before publishing.
- Real-Time Notifications: Get notified when edits are made or approvals are needed.
- Frontend: React.js
- Backend: Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
You can view a live demo of the application here.
Check out a demo of Streamline here.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rashup198/Yt-manager.git
Navigate to the project directory:
bash Copy code cd Yt-manager Install dependencies:
bash Copy code npm install Start the development server:
bash Copy code npm start Open your browser and go to http://localhost:3000.
Contributing Contributions are welcome! Please open an issue or submit a pull request if you'd like to contribute.