itsme-brijeshrai/movies-crud-api
A simple Go-based movie management REST API using Gorilla Mux for routing. It allows users to create, read, update, and delete movies in a local in-memory database. It serves as a basic example for those looking to learn RESTful API development with Go.
Go