Skip to content

An upgraded version of video library I have done for boot camp . My Own Version of Youtube

Notifications You must be signed in to change notification settings

ra-kesh/video-lib-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOPPED AT MAKING UPLOAD VIDEO COMPONENT

Project Setup

  1. Upon cloning this repo, add your node version in the "engines" section of the root package.json file.
  • You can find out your node version by running the command node -v in your terminal.
  1. Install dependencies for package.json files for server (in root of project) and for client (in "client" folder)
npm install
cd client && npm install
  1. Run dev script in project root to run both server and client scripts simultaneously.
  • Note: Make sure you are not in the "client" folder
npm run dev

Global Dependencies Required

Accounts Required

Recommended Tools

Extensions for VSCode

Helpful Links

About

An upgraded version of video library I have done for boot camp . My Own Version of Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages