Skip to content

Istiak2019331114/go_book_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 API Endpoints

Method Endpoint Description
GET /books Retrieve all books
GET /books/{id} Retrieve a book by ID
POST /books Add a new book
PUT /books/{id} Update an existing book
DELETE /books/{id} Delete a book
GET /find/{genre} Search books by genre
GET /authors Retrieve all authors
GET /authors/{id} Retrieve an author by ID

Go Book Management

Run the App Directly

go run main.go

Build the Go Binary

go build -o go-book .

Run the Built Binary

./go-book

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages