A beginner-friendly Movies CRUD API built using Go and Gorilla Mux. This RESTful service supports basic Create, Read, Update, and Delete operations on an in-memory movie collection. Ideal for learning Go's net/http package, routing, and working with JSON. No external database data resets on every server restart.
-
Updated
Jun 20, 2025 - Go