This Web App Uses React.js as frontend. It uses TMDB api to fetch data of movies.
https://sid-movie-streaming.vercel.app/
- NPM or YARN
- Node
- Fork and Clone the Repository to your Local Machine.
- On the terminal go to front-end directory using "cd front-end" command.
- Run "npm ci" command to install node module dependencies.
- Make a TMDB Account and copy its API Read Access Token (v4 auth).
- Make a .env file and add values as given in .env.example file.
- Now run the app using "npm run dev" command