Skip to content

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.

Notifications You must be signed in to change notification settings

HamzaEssahbaoui/movie-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages