Skip to content

abhi3315/yt-playlist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YT Playlist App

image

image

image

Setup

1. Clone the Repository

git clone https://github.com/abhi3315/yt-playlist-app.git

2. Setting up server

Go to server folder and download dependencies

cd server
npm i

Create a .env file inside server folder and provide the YT API key values mentioned below

YOUTUBE_API_KEY=<YT_V3_API_KEY>

Run the server

npm run start

3. Setting up client UI

Go to client folder and download dependencies

cd ../client
yarn

Give your server url inside client/src/utils.js

const url = '<YOUR_SERVER_URL>'

Run the client server

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published