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
- Host: GitHub
- URL: https://github.com/yogyy/notflox
- Owner: yogyy
- License: mit
- Created: 2023-03-31T16:35:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T15:25:03.000Z (about 1 year ago)
- Last Synced: 2025-04-01T20:51:23.726Z (3 months ago)
- Topics: jotai, movies, nextjs, react, taliwindcss, tmdb
- Language: TypeScript
- Homepage: https://notflox.vercel.app/
- Size: 4.19 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)