Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 925 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 925 Bytes

youtube-clone

Table of contents

Introduction

Youtube clone that emulates some of the core functionalities of the popular video sharing platform

Features

A few things that you can do on youtube-clone:

  • Register and login accounts
  • Upload, update, get videos, and stream videos

Technologies

Setup

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