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.
- Search Movies, Shows, and Artists
- Complete Details of Movies, Shows, and Artists
- Watch Trailers
- Add to Liked and Watch Later Collection
-
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>