This project is a personal learning project. OMDB API is a movie and series database presented as a JSON-api. The data is downloaded from OMDB which is a free community driven database for film media.
This is a simple API wrapper built in Go that interacts with the OMDB API to search for movies. It uses the OMDB API to retrieve movie data by title. The API uses chi ...