Skip to content

balram2002/Movix

Repository files navigation

MERN Stack Project: Build a Movie/TV-Show Streaming Application

Some Features:

  • 🌟 Tech stack: MERN + TMDB API
  • 🎃 Authentication && Authorization with Firebase
  • 🚀 Movies Page, TV Shows page, Explore Page (filter content), Home Page, Search Page
  • 👌 Global state management with Redux-Toolkit
  • 🎃 add/remove to liked/Watchlist
  • 👾 Get Dynamic Recommendations based on likes/Watchlist
  • 🚀 Stream
  • 👌 Get Content Details
  • 🐞 Error handling both on the server and on the client
  • ⏳ And much more!

Setup .env file

VITE_APP_TMDB_TOKEN=...
MONGO_DB_URL=...

install the dependencies

npm install

Start the app

npm run dev