WhizStream is a video streaming application that allows users to upload and stream videos similar to YouTube.
- User registration and authentication
- Video upload functionality
- Video streaming capability
- User profile management
- Video search
-
Clone the repository:
git clone https://github.com/your-username/whizstream.git
-
Install the required dependencies:
npm install
-
Start the application:
npm start
Now the backend server should be running on http://localhost:3001
- Register a new user account or log in with an existing account.
- Navigate to the "Upload" page to upload a video file.
- Once the video is uploaded, it will be available for streaming on the "Home" page.
- Use the search functionality to find specific videos or explore recommended videos.
- Manage your user profile by updating your personal information and preferences.
This project is licensed under the MIT License. See the LICENSE file for more information.