RannaEhab / React-Movie-App

Welcome to the React Movie App repository! This project is a fully functional movie browsing application built using React. It allows users to search for movies, view movie details, and manage a personal watch list.
1 stars 2 forks source link

How do I add movies? #1

Closed uttshr closed 2 months ago

uttshr commented 2 months ago

Can you please let me know how can I add new movies?

uttshr commented 2 months ago

by creating env file. I have added env file in my code and it worked

REACT_APP_API_URL=https://api.themoviedb.org/3/ REACT_APP_API_KEY={{your key}} API_READ_ACCESS_TOKEN={{your token}}