Powered by: Next.js
, Tailwind CSS
, Material UI
, express js
, node js
, ffmpeg
, firebase
, hls
, mongoose
, busboy
, bullmq
-
Clone the git repository
git clone https://github.com/karanBRAVO/VidX/edit/main
-
Change the directory to the cloned folder
cd VidX
-
Install the dependencies
npm install
-
Run the script
npm run dev
-
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
-
Move to the server dir
note that you should be in VidX dir
cd video-server
-
Install the dependencies
npm install
-
Run the server
npm run dev
🔗 Visit the localhost:3000
This project welcomes every contributer but before contributing make sure you follow the guidelines in contribution.md
.
MIT