Skip to content

nahata-karn/test

 
 

Repository files navigation

Vidly

Transform YouTube from consumption to true learning.

Installation

Backend Setup

  1. Navigate to the server directory:
cd server
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Create a .env file from the example and add the environment variables:
cp .env.example .env

Frontend Setup

  1. Install Node.js dependencies:
npm install

Running the Application

Development Mode

You can run both the frontend and backend servers with a single command:

./start-dev.sh

Or run them separately:

Backend

cd server
python main.py

Frontend

npm run dev

Accessing the Application

License

MIT

About

Convert YouTube from consumption to true learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.8%
  • Jupyter Notebook 27.8%
  • Python 9.1%
  • CSS 1.7%
  • JavaScript 0.2%
  • HTML 0.2%
  • Shell 0.2%