Skip to content

A simple RESTful API built with Golang and Gorilla Mux to manage a list of movies. It supports full CRUD operations (Create, Read, Update, Delete) with JSON responses.

Notifications You must be signed in to change notification settings

pulkittaneja09/Go-Movies-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Go Movies API 🎬

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.

πŸš€ Features

  • Get all movies
  • Get movie by ID
  • Create a new movie
  • Update an existing movie
  • Delete a movie

πŸ›  Tech Stack

  • Go (Golang)
  • Gorilla Mux – Router for handling API endpoints
  • JSON for request/response format

About

A simple RESTful API built with Golang and Gorilla Mux to manage a list of movies. It supports full CRUD operations (Create, Read, Update, Delete) with JSON responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages