Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 717 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 717 Bytes

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