A RESTful API built with Go that manages a list of movies. It supports operations to get, create, update, and delete movies. Each movie has an ID, ISBN, title, and director details. Uses Gorilla Mux for routing and JSON for data exchange.
Run go run main.go to start the server.