package
0.0.0-20220826165854-945d9fb0ec5b
Repository: https://github.com/0xmarvell/book-management-system.git
Documentation: pkg.go.dev

# Functions

CreateBook creates a new book and saves it in the database.
DeleteBook deletes a book (based on the book Id) from the database.
GetBook sends http request to retrieve all books stored in database.
GetBookById retrieves book from databse using its Id.
HomePage displays simple message on the home page.
UpdateBook updates the details of books stored in the database.