https://github.com/yogyy/notflox
TMDB client app
https://github.com/yogyy/notflox
better-auth drizzle-orm hono jotai movies nextjs react taliwindcss tanstack-query tmdb
Last synced: 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T07:42:19.000Z (5 months ago)
- Last Synced: 2025-05-22T08:57:26.822Z (5 months ago)
- Topics: better-auth, drizzle-orm, hono, jotai, movies, nextjs, react, taliwindcss, tanstack-query, tmdb
- Language: TypeScript
- Homepage: https://notflox.vercel.app/
- Size: 3.58 MB
- Stars: 28
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notflox
Open Source TMDB client app
## Features
- Authentications
- Movie / Tv List
- Movie / Tv Details
- Trailer (if available)
- Watchlist (login require)## 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= # PostgreSQL DB
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=GITHUB_ID=
GITHUB_SECRET=GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=TMDB_API_KEY=
NEXT_PUBLIC_UMAMI_WEBSITE_ID=UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
NODEJS_HELPERS=0 # require for vercel to hono work with the Pages Router
```## Demo
### Login
```
email: lex@kryptonite.stn
pass: superman
```## License
[MIT](https://choosealicense.com/licenses/mit/)