Skip to content

shubhanggupta2000/movies-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie's Info App

Checkout the live site here.

1

Getting Started

To get started clone/fork this repo.

  • Clone this Repo.
git remote add origin git@github.com:shubhanggupta2000/movies-info.git
  • Install all dependencies.
npm install
REACT_APP_API_KEY="<<api key>>"
  • Obtain your API key by signing up on The Movies DB and navigating to your account settings under the 'API' section. Ensure the key is stored securely in the .env file and never shared publicly.

  • Start the Application.

npm start