Youtube-Tracker

This is a self-hosted YouTube Channel Tracker application with functionality to download and watch videos. image

System requirements

  • Node + NPM
  • Python

Installing dependencies

Back End dependencies

Read Back End's readme file for instructions to install required Python dependencies

Front End dependencies

  • cd client
  • npm install

Running the project

  • cd client
  • npm run dev

API Reference

Backend api is described in the docstring in server/app/routes.py