You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netflix clone where users are able to create accounts, log on, and find a multitude of movies, tv shows, and actors/actresses from the home screen or by using the search bar. Account information stored in MongoDB. Movie/tv show/actor/actress information from TMDB.
These steps assume that you are starting in the netflix-clone folder. Frontend
cd frontend
npm run dev
Backend
npm run dev
About
Netflix clone where users are able to create accounts, log on, and find a multitude of movies, tv shows, and actors/actresses from the home screen or by using the search bar. Account information stored in MongoDB. Movie/tv show/actor/actress information from TMDB.