Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buikhacnam/lex-fridman-podcast-search
easily search for any topics of Lex Fridman Podcast
https://github.com/buikhacnam/lex-fridman-podcast-search
backend graphql lexfridman nestjs nestjs-graphql podcast youtube
Last synced: 21 days ago
JSON representation
easily search for any topics of Lex Fridman Podcast
- Host: GitHub
- URL: https://github.com/buikhacnam/lex-fridman-podcast-search
- Owner: buikhacnam
- License: mit
- Created: 2023-12-22T15:39:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T06:59:12.000Z (3 months ago)
- Last Synced: 2024-11-06T06:37:36.097Z (2 months ago)
- Topics: backend, graphql, lexfridman, nestjs, nestjs-graphql, podcast, youtube
- Language: TypeScript
- Homepage: https://lexpodcast.vercel.app
- Size: 831 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lex Fridman Podcast Search
Easily and distraction-free search through and watch all chapters in the [Lex Fridman podcast](https://www.youtube.com/@lexfridman).
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
- [Nestjs](https://github.com/nestjs/nest)
- [Apollo GraphQL](https://www.apollographql.com/docs/)
- [Prisma](https://www.prisma.io/)
- [MySQL](https://www.mysql.com/)
- [Redis](https://redis.io/)
- [Frontend Repo](https://github.com/buikhacnam/lex-fridman-podcast-search-chapter-app)
## Development### Prerequisites
- Node.js
- MySQL### Run Locally
copy `.env.example` to `.env` and fill in the values
```bash
cp .env.example .env
```install dependencies
```bash
yarn
```initialize database
```bash
yarn prisma migrate dev
```start the server
```bash
yarn start:dev
```### Retrieve Podcast Data
```graphql
mutation PodcastCron {
podcastCron
}
```### License
MIT License