/Movie-Box

Primary LanguageJavaScript

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