{"id":26865742,"url":"https://github.com/jordymail/apache-library-management","last_synced_at":"2025-05-07T00:24:55.591Z","repository":{"id":285189925,"uuid":"956930828","full_name":"JordyMail/Apache-Library-Management","owner":"JordyMail","description":"This is my University Assigment, here I made a Java-based Library Management System built using Apache NetBeans and MySQL.","archived":false,"fork":false,"pushed_at":"2025-03-30T05:52:03.000Z","size":290,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T06:24:39.526Z","etag":null,"topics":["apache-netbeans","java","library-management","mysql-database"],"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/JordyMail.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":"2025-03-29T06:30:42.000Z","updated_at":"2025-03-30T05:52:06.000Z","dependencies_parsed_at":"2025-03-30T06:35:31.079Z","dependency_job_id":null,"html_url":"https://github.com/JordyMail/Apache-Library-Management","commit_stats":null,"previous_names":["jordymail/apache-library-management"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMail%2FApache-Library-Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMail%2FApache-Library-Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMail%2FApache-Library-Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMail%2FApache-Library-Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JordyMail","download_url":"https://codeload.github.com/JordyMail/Apache-Library-Management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252789602,"owners_count":21804466,"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":["apache-netbeans","java","library-management","mysql-database"],"created_at":"2025-03-31T04:23:39.712Z","updated_at":"2025-05-07T00:24:55.498Z","avatar_url":"https://github.com/JordyMail.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management System - Java \u0026 MySQL\r\n\r\nThis is my University homework, here I made a simple Java-based Library Management System built using Apache NetBeans and MySQL.\r\n\r\n## Features\r\n- User Registration and Login\r\n- Admin Panel for Managing Books and Users\r\n- Book Borrowing and Return System\r\n- MySQL Database Integration\r\n- GUI Built with Java Swing\r\n\r\n## Requirements\r\n- Apache NetBeans (Recommended Version: Latest)\r\n- Java Development Kit (JDK 8 or later)\r\n- MySQL Server \u0026 MySQL Workbench\r\n\r\n## Installation \u0026 Setup\r\n### 1. Clone or Extract the Project\r\nExtract the provided ZIP file or clone the repository if hosted on a version control system.\r\n\r\n### 2. Import the Project into Apache NetBeans\r\n1. Open Apache NetBeans.\r\n2. Click on `File` -\u003e `Open Project`.\r\n3. Navigate to the extracted project folder and select it.\r\n4. Click `Open`.\r\n\r\n### 3. Set Up the MySQL Database\r\n1. Open MySQL Workbench or any MySQL client.\r\n2. Create a new database:\r\n   ```sql\r\n   CREATE DATABASE perpustakaan;\r\n   ```\r\n3. Import the provided `perpustakaan.sql` file into the database.\r\n4. Update database credentials in the project files if necessary.\r\n\r\n### 4. Run the Project\r\n1. In Apache NetBeans, select the project and click `Run`.\r\n2. The Library Management System should launch.\r\n\r\n## Project Structure\r\n```\r\nLibrary-Management-System/\r\n│── src/                # Source Code\r\n│── build/              # Compiled Classes \u0026 Resources\r\n│── perpustakaan.sql    # Database Schema\r\n│── manifest.mf         # Manifest File\r\n│── build.xml           # Apache NetBeans Build Script\r\n```\r\n\r\n## Author\r\nCreated as a university assignment using Java and MySQL.\r\n\r\n\r\n## Image \r\n\r\n## Register\r\n![registration](https://github.com/user-attachments/assets/fea40695-4a38-4fe0-83a8-c0800be60ebd)\r\n\r\n### Login\r\n![login](https://github.com/user-attachments/assets/ea09f2b6-a31b-4b6a-8bca-17bd5f8d4471)\r\n\r\n#### login-Success\r\n![login-succsess](https://github.com/user-attachments/assets/0b81fd33-46ab-4b63-a39a-004f525143d2)\r\n\r\n### New-User-Updated\r\n![user-added](https://github.com/user-attachments/assets/d0898de8-8292-4dca-aba0-3c8ba5520907)\r\n\r\n### Home-Page\r\n![homepage](https://github.com/user-attachments/assets/87521794-1e70-427e-b58b-da9ff17b7052)\r\n\r\n## Books-Storage\r\n![books inventory](https://github.com/user-attachments/assets/e5f20546-1bca-46fd-becc-ab6314abe59e)\r\n\r\n### New-Book-Added\r\n![add new book ](https://github.com/user-attachments/assets/7dad844c-2d0e-4db9-aa72-074ee9ea24d0)\r\n\r\n## Borrowing-Data\r\n![borrowing data](https://github.com/user-attachments/assets/f8fd0088-f313-4a26-bfe8-563ec2c17e84)\r\n\r\n### New-Borrower-Added\r\n![add new borower](https://github.com/user-attachments/assets/29cdd6fd-79d1-4b9f-841a-924fc5a88f17)\r\n\r\n## Realtime-Database\r\n![realtime database](https://github.com/user-attachments/assets/fad12330-4b16-4ba6-b848-1a413e5ee309)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordymail%2Fapache-library-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordymail%2Fapache-library-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordymail%2Fapache-library-management/lists"}