Skip to content

buikhacnam/lex-fridman-podcast-search

Repository files navigation

Lex Fridman Podcast Search

Easily and distraction-free search through and watch all chapters in the Lex Fridman podcast.

As a big fan of the podcast, I just want to be able to watch and jump around the chapters in different episodes or search for specific topics.

Live app: https://lexpodcast.vercel.app/

Tech Stack

Development

Prerequisites

  • Node.js
  • MySQL

Run Locally

copy .env.example to .env and fill in the values

cp .env.example .env

install dependencies

yarn

initialize database

yarn prisma migrate dev

start the server

yarn start:dev

Retrieve Podcast Data

mutation PodcastCron {
    podcastCron
}

License

MIT License