Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrudGo

A simple RESTful API for managing a list of movies using Go and the Gorilla Mux router.

Features

  • List all movies (GET /movies)
  • Retrieve a specific movie by ID (GET /movies/{id})
  • Add a new movie (POST /movies)
  • Update an existing movie (PUT /movies/{id})
  • Delete a movie (DELETE /movies/{id})

This project uses an in-memory slice to store movies (no database).

Prerequisites

  • Go 1.23.4 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/debianbaker/CrudGo.git
    cd CrudGo
  2. Download dependencies:

    go mod tidy

Usage

Run the server:

go run main.go

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages