Netflix - A fully functional Netflix Clone made with MERN Stack and other technologies, check them below.
Preview • Tech Stack • Usage • Features • Todo list • Contribute • Image Copyright Claims
The project can be used along side with the server side or without it untill the next Readme update .
- Get a free API Key at The Movie Database (TMDb)
-
Clone the repo
git clone https://github.com/ADDY690/NETFLIX-CLONE.git
-
Enter your API Key in
.env.example.js
REACT_APP_API_KEY="Your TMDB API KEY GOES HERE";
-
Rename the
.env.example.js
to.env.js
. -
Install NPM packages
cd netflix-ui npm install
-
Run the Client Side :
cd netflix-ui npm start
-
Install NPM packages
cd netflix-api npm install
-
Run the Server Side :
cd netflix-api node server.js
Liked page
Available Soon