Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.24 KB

NiceFlix

NiceFlix is a complete MERN stack for Shows, and Artists. The movie database is taken from my TMDB API and built using technologies including ReactJS, ReduxJS/Toolkit, TailwindCSS, NodeJS, ExpressJS, and MongoDB.

screenshot

screenshot

screenshot

screenshot

screenshot

Features

  • Search Movies, Shows, and Artists
  • Complete Details of Movies, Shows, and Artists
  • Watch Trailers
  • Add to Liked and Watch Later Collection

Installation & Setup

  • First, download or clone this repo, and then run the command given below to install all the required dependencies.

  • Get TMDB API Key from HERE and MongoDB connection URI from HERE

  • Provide your MONGODB_URI, JWT_SECRET_KEY, PORT, BASE_URL, and API_KEY inside the .env file.

  • Finally, Preview this project locally by visiting the URL: localhost:<PORT number>