Youtube clone that emulates some of the core functionalities of the popular video sharing platform
A few things that you can do on youtube-clone:
- Register and login accounts
- Upload, update, get videos, and stream videos
Clone or download the repository:
git clone https://github.com/NathanielMention/youtube-clone
In the backend directory:
First, install dependencies:
npm install
Finally, start the backend:
npm run dev
In the client directory:
First, install dependencies:
npm install
Finally, start the frontend:
npm run dev