Skip to content
/ kd Public

Ad-free Kdrama streaming app. Built with Nextjs, Drizzle ORM, NeonDB and shadcn-UI

License

Notifications You must be signed in to change notification settings

noelrohi/kd

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aae4cd5 · Mar 17, 2025
Apr 5, 2024
Jun 2, 2024
Jan 3, 2024
Sep 3, 2024
Mar 29, 2024
Apr 4, 2024
Dec 5, 2023
May 18, 2024
Apr 23, 2024
Dec 5, 2023
May 18, 2024
May 16, 2024
Jul 22, 2024
Mar 17, 2025
Dec 5, 2023
Mar 5, 2024
Dec 23, 2023
Dec 6, 2023
Dec 15, 2023
Jan 3, 2024

Repository files navigation

K-NEXT

Features

  • tracking
  • watchlist
  • 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