Skip to content

🚨This program is written with GO and manages a book system

License

Notifications You must be signed in to change notification settings

pooulad/go-book-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-book-management

This is an exercise example for teaching and working with web servers. just enjoy programming :) maxresdefault

API Reference

Get all Books

  GET /book/

Create Book

  POST /book/
{
	"name": "mahdi",
	"author": "pooulad",
	"publication": "31/10//2023"
}

Get Book

  GET /book/{bookId}
Parameter Type Description
bookId string Required. Id of item to fetch

Delete Book

  DELETE /book/{bookId}
Parameter Type Description
bookId string Required. Id of item to fetch

Get item

  POST /book/{bookId}
Parameter Type Description
bookId string Required. Id of item to fetch

About

🚨This program is written with GO and manages a book system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages