A completely responsive decentralised react movie and web series app made with react, solidity, moralisDb and web3uikit.
https://decentralised-netflix.netlify.app/
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_TMDB_KEY
REACT_APP_MORALIS_SERVER_URL
REACT_APP_MORALIS_APP_ID
REACT_APP_SMART_CONTRACT_ADDRESS=0xF86c8F62eC8042e06d3956e3208fe8ef7F2519e6
Clone the project
git clone https://github.com/Pranay-Gupta/Decentralised-Netflix.git
Go to the project directory
cd Decentralised-Netflix
Install dependencies
npm install
Start the server
npm start