- Clone the project
git clone https://github.com/MyHngX/TaskTwo.git
- Ensure you have Nodejs and NPM installed
- Ensure you have the TMDB API key`
- 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
- Run the development server
npm run dev