Run the following commands in sequence:
- Load initial channel data:
python preload_channels.py- Load videos for each channel
python preload_videos.py- Start the FastAPI development server:
fastapi dev main.py The API will be available at http://localhost:8001