Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noelrohi/kd
Ad-free Kdrama streaming app. Built with Nextjs, Drizzle ORM, NeonDB and shadcn-UI
https://github.com/noelrohi/kd
kdrama nextjs14 radix-ui shadcn-ui tailwindcss typescript watchlist zod
Last synced: 23 days ago
JSON representation
Ad-free Kdrama streaming app. Built with Nextjs, Drizzle ORM, NeonDB and shadcn-UI
- Host: GitHub
- URL: https://github.com/noelrohi/kd
- Owner: gneiru
- License: mit
- Created: 2023-12-05T08:44:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T14:16:46.000Z (4 months ago)
- Last Synced: 2024-08-02T23:29:48.306Z (4 months ago)
- Topics: kdrama, nextjs14, radix-ui, shadcn-ui, tailwindcss, typescript, watchlist, zod
- Language: TypeScript
- Homepage: https://kd.rohi.dev
- Size: 987 KB
- Stars: 104
- Watchers: 1
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - kd - Ad-free Kdrama streaming app. Built with Nextjs, Drizzle ORM, NeonDB and shadcn/ui (Platforms / Portfolios)
- awesome-shadcn-ui - Kd - Ad-free Kdrama streaming app. Built with Nextjs,Drizzle ORM,NeonDB and shadcn/ui (Platforms)
- awesome-shadcn-ui - Kd - Ad-free Kdrama streaming app. Built with Nextjs,Drizzle ORM,NeonDB and shadcn/ui (Platforms)
README
# K-NEXT
## Features
- [x] tracking
- [x] watchlist
- [x] activity api
- [ ] comments### Tech used
- nextjs
- shadcn-ui
- unkey
- consumet api
- drizzle
- next-auth### Runnning locally
1. Clone the repo
2. Copy `.env.example` to `.env` and fill in the values
3. Run `pnpm install` to install dependencies
4. Run `pnpm db migrate` to apply database migrations
5. Run `pnpm dev` to start the app
6. Go to `http://localhost:1999` to see the app