{"id":19661308,"url":"https://github.com/deerborg/library_management","last_synced_at":"2025-05-01T10:33:33.339Z","repository":{"id":237240354,"uuid":"794106109","full_name":"deerborg/Library_Management","owner":"deerborg","description":"☕This project provides a RESTful API for managing various operations in a library management system, including book, author, category, publisher, and book borrowing operations.","archived":false,"fork":false,"pushed_at":"2024-05-08T23:26:05.000Z","size":87,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T21:13:47.110Z","etag":null,"topics":["crud-api","hibernate-jpa","library-management-system","postgresql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deerborg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T13:19:25.000Z","updated_at":"2024-08-03T10:54:29.000Z","dependencies_parsed_at":"2024-04-30T14:37:47.102Z","dependency_job_id":"1b6073a7-320e-46bf-838b-115b5c64364d","html_url":"https://github.com/deerborg/Library_Management","commit_stats":null,"previous_names":["deerborg/library_management"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerborg%2FLibrary_Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerborg%2FLibrary_Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerborg%2FLibrary_Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerborg%2FLibrary_Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deerborg","download_url":"https://codeload.github.com/deerborg/Library_Management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251860683,"owners_count":21655781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud-api","hibernate-jpa","library-management-system","postgresql","spring-boot"],"created_at":"2024-11-11T16:06:54.556Z","updated_at":"2025-05-01T10:33:33.316Z","avatar_url":"https://github.com/deerborg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management System API\n\nThis project provides a RESTful API for managing various operations in a library management system. It includes controllers for managing books, authors, categories, publishers, and book borrowing operations.\n\n## BookBorrowingController\n\nThis controller manages book borrowing operations.\n\n| Endpoint                           | HTTP Method | Description                                           |\n|-----------------------------------|-------------|-------------------------------------------------------|\n| /v1/authors/{id}                  | GET         | Retrieves information about a specific book borrowing.|\n| /v1/authors                       | POST        | Creates a new book borrowing record.                  |\n| /v1/authors                       | POST        | Updates an existing book borrowing record.            |\n| /v1/authors/{id}                  | DELETE      | Deletes a specific book borrowing record.             |\n| /v1/authors                       | GET         | Retrieves all book borrowing operations paginated.    |\n\n## AuthorController\n\nThis controller manages author operations.\n\n| Endpoint                           | HTTP Method | Description                                           |\n|-----------------------------------|-------------|-------------------------------------------------------|\n| /v1/authors/{id}                  | GET         | Retrieves information about a specific author.        |\n| /v1/authors                       | POST        | Creates a new author record.                          |\n| /v1/authors                       | PUT         | Updates an existing author record.                    |\n| /v1/authors/{id}                  | DELETE      | Deletes a specific author record.                     |\n| /v1/authors                       | GET         | Retrieves all authors paginated.                      |\n\n## BookController\n\nThis controller manages book operations.\n\n| Endpoint                           | HTTP Method | Description                                           |\n|-----------------------------------|-------------|-------------------------------------------------------|\n| /v1/books/{id}                    | GET         | Retrieves information about a specific book.          |\n| /v1/books                         | POST        | Creates a new book record.                            |\n| /v1/books                         | PUT         | Updates an existing book record.                      |\n| /v1/books/{id}                    | DELETE      | Deletes a specific book record.                       |\n| /v1/books                         | GET         | Retrieves all books paginated.                        |\n\n## CategoryController\n\nThis controller manages category operations.\n\n| Endpoint                           | HTTP Method | Description                                           |\n|-----------------------------------|-------------|-------------------------------------------------------|\n| /v1/categories/{id}               | GET         | Retrieves information about a specific category.      |\n| /v1/categories                    | POST        | Creates a new category record.                        |\n| /v1/categories                    | POST        | Updates an existing category record.                  |\n| /v1/categories/{id}               | DELETE      | Deletes a specific category record.                   |\n| /v1/categories                    | GET         | Retrieves all categories paginated.                   |\n\n## PublisherController\n\nThis controller manages publisher operations.\n\n| Endpoint                           | HTTP Method | Description                                           |\n|-----------------------------------|-------------|-------------------------------------------------------|\n| /v1/publishers/{id}               | GET         | Retrieves information about a specific publisher.     |\n| /v1/publishers                    | POST        | Creates a new publisher record.                       |\n| /v1/publishers                    | PUT         | Updates an existing publisher record.                 |\n| /v1/publishers/{id}               | DELETE      | Deletes a specific publisher record.                  |\n| /v1/publishers                    | GET         | Retrieves all publishers paginated.                   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeerborg%2Flibrary_management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeerborg%2Flibrary_management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeerborg%2Flibrary_management/lists"}