Synced-Up is a platform for watching custom uploaded or youtube videos with friends together in sync.
- Node.js
- socket.io
- EJS
- MongoDB
- Cloudinary
- Youtube API
Use the package manager npm to set up the project in your local environment.
git clone https://github.com/tanay13/synced-up.git
cd synced-up
Install all the dependencies
npm install
Start the server
npm run start
Go to
https://localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.