Netflix clone built with React.js
To run it locally, first you need to clone this project (or download)
git clone https://github.com/MustafaYavas/netflix-clone
After this step run below command to download all dependencies
npm install
Create .env file at the top of the application and add these parameters
REACT_APP_MOVIE_API_KEY=
REACT_APP_DB_KEY=
You can get your API key for the first parameter here.
For the second parameter, visit here, and create an account, then get your API key from the Account Overview tab in the upper right corner.
If you don't want to deal with them, use the values below :)
REACT_APP_MOVIE_API_KEY=2aebef63e3aa01d0a8b8c81bae93b010
REACT_APP_DB_KEY=RTBLv1-OyJbLtAmvzBmntAdKvYlxvmPk
And finally run the following command to run the application
npm start