Skip to content

odera143/WatchList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Required Connections

  • 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)

Current Features

  • Google login support
  • Search for movies
  • Add movie to watchlist
  • Remove from watchlist
  • Add movie to watched list

Currently Working On

  • Track rewatches
  • Local storage alternative for guest sessions
  • Timestamps

Screenshots

image image

About

Movie and TV watchlist management solution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published