Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 472 Bytes

HOW TO SET UP LOCALLY

  1. Clone the project
git clone https://github.com/MyHngX/TaskTwo.git
  1. Ensure you have Nodejs and NPM installed
  2. Ensure you have the TMDB API key`
  3. Add your environment variables to the .env.local file in the format VARIABLE_NAME=variable_value.
BASE_URL=https://api.themoviedb.org/3
IMG_URL=https://image.tmdb.org/t/p/w500
API_KEY=your_api_key
AUTH_TOKEN=your_header
  1. Run the development server npm run dev