Skip to content

karanBRAVO/KY_VidX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidX

Logo

Powered by: Next.js, Tailwind CSS, Material UI, express js, node js, ffmpeg, firebase, hls, mongoose, busboy, bullmq

Preview

  • / image

  • /you/profile/your-channel image

  • /you/studio image

  • /Main/subscriptions image

  • /you/profile/liked-videos image

  • /you/profile/watch-later image

  • /about image

❓ Usage

  1. Clone the git repository

    git clone https://github.com/karanBRAVO/VidX/edit/main
  2. Change the directory to the cloned folder

    cd VidX
  3. Install the dependencies

    npm install
  4. Run the script

    npm run dev
  5. Start the Redis server (I'm using docker)

    use the bash

    docker run --name my_redis -p 6379:6379 -d redis

    or run directly using docker gui

  6. Move to the server dir note that you should be in VidX dir

    cd video-server
  7. Install the dependencies

    npm install
  8. Run the server

    npm run dev

🔗 Visit the localhost:3000

👨‍💻 Contributions

This project welcomes every contributer but before contributing make sure you follow the guidelines in contribution.md.

License

MIT

©️ Karan Yadav