It is a video library app with the features included :
- Responsive Design.
- Authentication.
- User Profile Management
- User can Watch the video.
- User can create the playlist and add item there.
- Add to Watch later.
- User can like or dislike the video
- User can see their watch history
- Show recommend videos.
- Realtime view count.
Use the npm package manager to install this Project.
npm install
Go to Backend folder and then run the below command
nodemon index.js
Go to FronEnd folder and then run the below command
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.