Video World is a full-stack web application built using the MERN stack (MongoDB, Express, React, Node.js). This platform allows users to upload, view, and comment on videos, providing a seamless experience for video sharing and interaction.
- User Authentication: Secure login and signup system.
- Video Upload: Users can upload their own videos to the platform.
- Video Viewing: Easy access to watch videos uploaded by others.
- Commenting System: Users can comment on videos and interact with other users.
- Responsive Design: Fully responsive UI for smooth user experience across all devices.
- Frontend: React, Redux, Material UI
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JWT (JSON Web Token)
- Clone the repository:
git clone https://github.com/Ibrahim-Develops/video-world.git
- Install dependencies for both frontend and backend:
cd client && npm install cd server && npm install
- Run the development server:
npm start
Feel free to fork the repository, submit issues, or contribute via pull requests.
Feel free to adjust it as per your project details!