Skip to content

Its a website where you can search for the movies that exists and it allows user to find whether the movie exist or not. so our website is basically a movie finder and we have take taken movies database Api so our website may not contain newly uploaded movies.

Notifications You must be signed in to change notification settings

Bhanu-812/Movies_Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movies_Finder

Movies_Finder is a web application that allows users to search for movies and check their existence in a comprehensive movies database. The website leverages a movies database API to fetch movie information. Please note that the database may not contain the most recently uploaded movies.

Features

  • Search Movies: Users can search for any movie by its title to check if it exists in the database.
  • Detailed Information: Provides detailed information about the movie, including its release date, cast, plot summary, and more (depending on the API).
  • User-Friendly Interface: Simple and intuitive interface for easy navigation and movie searching.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express.js
  • API: Integrated with a Movies Database API (e.g., The Movie Database API)
  • Version Control: Git

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/Movies_Finder.git
    cd Movies_Finder
    
  2. Install dependencies:
    npm install
    
    
  3. API Key Setup::
    API_KEY=your_api_key_here
    
    
  4. Run the application::
    npm start
    
  5. Access the application:

About

Its a website where you can search for the movies that exists and it allows user to find whether the movie exist or not. so our website is basically a movie finder and we have take taken movies database Api so our website may not contain newly uploaded movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published