Skip to content

yogyy/Notflox

Repository files navigation

Notflox

Open Source Project to connect Public REST APIs(TMDB) using Tanstack Query

Features

  • Movie / Tv List
  • Movie / Tv Details
  • Trailer (if available)
  • Authentications

Installation

Clone the repository:

npm install
npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

GITHUB_ID=
GITHUB_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

TMDB_API_KEY=
NEXT_PUBLIC_UMAMI_WEBSITE_ID=

Demo

Login

email: lex@kryptonite.stn
pass: superman

License

MIT