Movie API IMDB (TypeScript)
Welcome to the Movie API IMDB project! This project provides a JavaScript-based API for accessing movie information from the IMDB (Internet Movie Database) database. With this API, you can retrieve details about movies, such as title, release year, cast, ratings, and more. Getting Started
To get started with the Movie API IMDB, follow these steps:
Clone the Repository:
bash
git clone https://github.com/NikolayDimov/Movie_API_IMDB_ТS.git
Navigate to the Project Directory:
bash
cd Movie_API_IMDB_JS
Install Dependencies:
npm install
Set Up API Key: Obtain an API key from the IMDB website and add it to the config.js file.
javascript
// config.js module.exports = { apiKey: 'your_api_key_here' };
Run the Application:
sql
npm start
Explore the API: Open your web browser and go to http://localhost:5500 to explore the API documentation and test different endpoints.