/movie-finder

Movie Finder is a Go web application that enables users to search for movies and view detailed information about them. It leverages the The Movie Database (TMDb) API for movie data.

Primary LanguageGo

Movie Finder

Movie Finder is a Go web application allowing users to search for movies and view detailed information.

Features

  • Search movies by title
  • View detailed movie information

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/movie-finder.git
  2. Install dependencies:
    go get github.com/joho/godotenv
  3. Install dependencies:
     go get github.com/joho/godotenv
  4. Set up environment variables: Create a .env file in the project directory with your TMDB API.
    TMDB_API_KEY=your-api-key

5.Run the application:

  go run main.go