Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Go Movie CRUD API

A simple RESTful API built in Go to manage a list of movies. It uses the Gorilla Mux router and supports basic CRUD (Create, Read, Update, Delete) operations.


📦 Features

  • List all movies (GET /movies)
  • Get a single movie by ID (GET /movies/{id})
  • Create a new movie (POST /movies)
  • Update an existing movie (PUT /movies/{id})
  • Delete a movie (DELETE /movies/{id})

🛠️ Tech Stack

  • Language: Go (Golang)
  • Routing: Gorilla Mux
  • Encoding/Decoding: encoding/json

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages