{"id":18537200,"url":"https://github.com/shuddha2021/java-bookstore-manager","last_synced_at":"2025-05-15T01:33:58.333Z","repository":{"id":175349491,"uuid":"653759607","full_name":"shuddha2021/Java-Bookstore-Manager","owner":"shuddha2021","description":"Java-Powered Bookstore: Streamlined Inventory Management System","archived":false,"fork":false,"pushed_at":"2023-06-14T17:19:14.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T07:42:15.959Z","etag":null,"topics":["bookstoreapplication","data-structures","educational-project","inventory-management","java","object-oriented-programming","open-source","system-design"],"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/shuddha2021.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-06-14T17:13:45.000Z","updated_at":"2024-04-18T19:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"469cf4c3-f45e-43cc-afc0-8f131f49f78f","html_url":"https://github.com/shuddha2021/Java-Bookstore-Manager","commit_stats":null,"previous_names":["shuddha2021/online-bookstore-management-system-in-java","shuddha2021/java-bookstore-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJava-Bookstore-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJava-Bookstore-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJava-Bookstore-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FJava-Bookstore-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuddha2021","download_url":"https://codeload.github.com/shuddha2021/Java-Bookstore-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254256832,"owners_count":22040365,"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":["bookstoreapplication","data-structures","educational-project","inventory-management","java","object-oriented-programming","open-source","system-design"],"created_at":"2024-11-06T19:37:24.258Z","updated_at":"2025-05-15T01:33:58.314Z","avatar_url":"https://github.com/shuddha2021.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Bookstore Management System\n\nThe Online Bookstore Management System is a Java project that allows users to manage books in a virtual bookstore. It provides functionalities for adding, removing, searching, and purchasing books. This project is developed as part of the requirements for the Grand Circus Java Core Instructor position.\n\n## Features\nThe Online Bookstore Management System includes the following features:\n- **Add Books:** Easily add new books to the bookstore inventory.\n- **Remove Books:** Remove books from the bookstore inventory when they are no longer available.\n- **Display Books:** View the list of books available in the bookstore.\n- **Search Books:** Search for books by title, providing a convenient way to find specific books.\n- **Purchase Books:** Simulate the purchasing process, removing the purchased book from the bookstore inventory.\n\n## Usage\nTo use the Online Bookstore Management System, follow these steps:\n1. Clone the repository to your local machine.\n2. Open the project in your Java IDE.\n3. Run the `OnlineBookstoreManagementSystem` class to execute the program.\n4. Use the displayed options to add, remove, search, and purchase books.\n\n## Sample Code\nHere's an example of how to add a book to the bookstore inventory:\n\n```java\nBookstore bookstore = new Bookstore();\nBook newBook = new Book(\"Java Programming\", \"John Smith\", 29.99);\nbookstore.addBook(newBook);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fjava-bookstore-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuddha2021%2Fjava-bookstore-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fjava-bookstore-manager/lists"}