- TMDB
- Google Client
- MongoDB
# server/.env
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
JWT_SECRET=<come up with one>
SESSION_SECRET=<come up with one>
BE_BASE_URL=http://localhost:3000 (default)
FE_BASE_URL=http://localhost:5173 (default)
GOOGLE_REDIRECT_URI=http://localhost:3000/api/auth/google/callback (default)
MONGODB_URI
# watchlist/.env
VITE_API_ACCESS_TOKEN
VITE_BE_BASE_URL=http://localhost:3000 (default)
- Google login support
- Search for movies
- Add movie to watchlist
- Remove from watchlist
- Add movie to watched list
- Track rewatches
- Local storage alternative for guest sessions
- Timestamps