Movie App in JavaScript using the TMDB API
- Clone the repository.
- Install dependencies using
npm install
.
- Run the development server:
npm run dev
. - Build the project for production:
npm run build
. - Start the server:
npm start
.
This app uses the TMDB (The Movie Database) API to fetch movie data. To get started, follow these steps:
- Pick a language: TMDB API - Getting Started
- Authenticate: TMDB API - Authentication
Daniel Gonzalez [email protected]
MIT License