A simple REST API built with Golang using Gorilla Mux.
This project demonstrates how to build APIs in Go, work with routers, and manage basic CRUD operations.
- Get all movies
- Get movie by ID
- Create a new movie
- Update an existing movie
- Delete a movie
- Go (Golang)
- Gorilla Mux β Router for handling API endpoints
- JSON for request/response format