Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 344 Bytes

File metadata and controls

18 lines (10 loc) · 344 Bytes

Go REST API

A simple RESTful API built using Gorilla Mux in Go. This project manages a collection of books and supports basic CRUD operations (Create, Read, Update, Delete). Features

Get all books

Get a book by ID

Add a new book

Update a book by ID

Technologies Used

Go (Golang)

Gorilla Mux router