samhou1988 / book-library-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Library API

Objective

Develop a RESTful API to manage a personal book library.

Features

  • Add new books with details (title, author, description).
  • Retrieve a list of all books.
  • Update book details.
  • Delete books from the library.

Learning Focus:

  • Creating HTTP server using Go's net/http package.
  • Understanding RESTful principles.
  • Working with JSON for request and response handling.
  • Basic CRUD (Create, Read, Update, Delete) operations.

About


Languages

Language:Go 100.0%