Skip to content

saddam008h/NiceFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>