Built a CRUD API using GoLang to manage movies database
Clone the repository and then run the following commands
go mod init main go get github.com/gorilla/mux go run main.go