An open API service indexing awesome lists of open source software.

https://github.com/yogyy/notflox

TMDB client app
https://github.com/yogyy/notflox

jotai movies nextjs react taliwindcss tmdb

Last synced: about 2 months ago
JSON representation

TMDB client app

Awesome Lists containing this project

README

        

## Notflox

Open Source Project to connect Public REST APIs(TMDB) using [Tanstack Query](https://tanstack.com/)

## Features

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

## Installation

Clone the repository:

```bash
npm install
npm run dev
```

## Environment Variables

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

```bash
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: [email protected]
pass: superman
```

## License

[MIT](https://choosealicense.com/licenses/mit/)