{"id":19720198,"url":"https://github.com/aburraq/library-book-management-system","last_synced_at":"2026-05-15T19:32:44.708Z","repository":{"id":210891696,"uuid":"727688487","full_name":"Aburraq/Library-Book-Management-System","owner":"Aburraq","description":"Quintessential programming project that helps user to register, list, delete update and find books from postgreSQL","archived":false,"fork":false,"pushed_at":"2023-12-05T11:46:53.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T23:37:58.991Z","etag":null,"topics":["books","java","library-app","library-management-system","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aburraq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-05T11:23:57.000Z","updated_at":"2024-03-13T15:46:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbb1c321-beef-4352-a281-e08ebee93759","html_url":"https://github.com/Aburraq/Library-Book-Management-System","commit_stats":null,"previous_names":["aburraq/library-book-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aburraq/Library-Book-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FLibrary-Book-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FLibrary-Book-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FLibrary-Book-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FLibrary-Book-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aburraq","download_url":"https://codeload.github.com/Aburraq/Library-Book-Management-System/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aburraq%2FLibrary-Book-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["books","java","library-app","library-management-system","postgresql","sql"],"created_at":"2024-11-11T23:10:43.529Z","updated_at":"2026-05-15T19:32:44.694Z","avatar_url":"https://github.com/Aburraq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library-Book-Management-System\n\nThis project serves as a quintessential programming example enabling users to register, list, delete, update, and find books within a PostgreSQL database.\n\n# **Features**\n\nUser Registration: Allows users to register accounts to manage book transactions.\nBook Listing: Provides a comprehensive list of available books.\nBook Update \u0026 Deletion: Enables editing and removal of book entries.\nBook Search Functionality: Allows users to search for books based on various criteria.\n\n# **Prerequisites**\n\nBefore running this project, ensure you have the following installed:\n\nJava: Install Java Development Kit (JDK).\nPostgreSQL: Install and set up PostgreSQL database server.\n\n# **Installation**\n\nTo run this project locally, follow these steps:\n\n1. Clone the repository:\n\ngit clone https://github.com/Aburraq/Library-Book-Management-System.git\n\n2. Install dependencies:\n\n\ncd Library-Book-Management-System\nAdd specific installation commands if necessary (e.g., npm install, pip install, etc.)\n\n3. Set up PostgreSQL dependency with Maven:\n\nAdd the following dependency in your pom.xml file:\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.postgresql\u003c/groupId\u003e\n            \u003cartifactId\u003epostgresql\u003c/artifactId\u003e\n            \u003cversion\u003e42.5.1\u003c/version\u003e\n        \u003c/dependency\u003e\n\n4. Set up PostgreSQL:\n\nCreate a PostgreSQL database.\nUpdate the database configuration file (config.js, settings.py, etc.) with your database credentials.\n\n5.Run the application:\n\nAdd commands to start the application (e.g., mvn spring-boot:run, java -jar app.jar, etc.)\n\n# **Usage**\n\nOnce the application is running, users should revise getConnection method on BookRepository class, and write thier own url, user , and password.\nUsers can interact with the following functionalities:\n\nRegistration: Register new users to access book management features.\n\nBook Listing: View the complete list of available books.\n\nBook Modification: Update or delete book details.\n\nSearch: Find specific books by id.\n\n# **Contributing**\n\n\nContributions to this project are encouraged! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (git checkout -b feature/new-feature).\n3. Implement your changes.\n4. Commit your changes (git commit -am 'Add new feature').\n5. Push to the branch (git push origin feature/new-feature).\n6. Create a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Flibrary-book-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburraq%2Flibrary-book-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburraq%2Flibrary-book-management-system/lists"}