{"id":15055594,"url":"https://github.com/apostolos-k/ntua-multimedia-project","last_synced_at":"2026-02-20T01:02:25.367Z","repository":{"id":252225438,"uuid":"839806301","full_name":"apostolos-k/ntua-multimedia-project","owner":"apostolos-k","description":"An implementation of a Library Management System for the Ece Ntua 2023-24 Multimedia course. The project is built using Java and JavaFX, with both admin and user functionalities.","archived":false,"fork":false,"pushed_at":"2024-09-20T08:28:05.000Z","size":804,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T21:56:41.796Z","etag":null,"topics":["java","javafx","multimedia","ntua-ece"],"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/apostolos-k.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-08-08T11:09:28.000Z","updated_at":"2024-09-20T08:28:08.000Z","dependencies_parsed_at":"2024-09-29T03:20:45.198Z","dependency_job_id":"950d3adf-d15e-4eed-ba59-08abcc89fc44","html_url":"https://github.com/apostolos-k/ntua-multimedia-project","commit_stats":null,"previous_names":["apostolos-k/ntua-multimedia-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apostolos-k/ntua-multimedia-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apostolos-k%2Fntua-multimedia-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apostolos-k%2Fntua-multimedia-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apostolos-k%2Fntua-multimedia-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apostolos-k%2Fntua-multimedia-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apostolos-k","download_url":"https://codeload.github.com/apostolos-k/ntua-multimedia-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apostolos-k%2Fntua-multimedia-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["java","javafx","multimedia","ntua-ece"],"created_at":"2024-09-24T21:44:46.546Z","updated_at":"2026-02-20T01:02:25.347Z","avatar_url":"https://github.com/apostolos-k.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NTUA ECE Multimedia Project\n\nAn implementation of a Library Management System for the Ece Ntua 2023-24 Multimedia course. The project is built using Java and JavaFX, with both admin and user functionalities.\n\n## Table of Contents\n1. [Contributors](#contributors)\n2. [Tech Stack](#tech-stack)\n3. [Screenshots](#screenshots)\n4. [Features](#features)\n6. [Getting Started](#getting-started)\n7. [License](#license)\n\n## Contributors\n- [Kolios Apostolos](https://github.com/apotolos-k)\n\n## Tech Stack\n- **Language**: Java\n- **Frontend**: JavaFX\n\n## Screenshots\n\nThe following are some screenshots of the application:\n\n- **Login Page**\n\n  ![Login Page](./screenshots/login_page.jpg)\n\n- **Admin Book Management**\n  \n  ![Admin Book Management](./screenshots/admin_book_management.jpg)\n\n- **User Book Details**\n  \n  ![User Book Details](./screenshots/user_book_details.jpg)\n\n- **User Book Search**\n  \n  ![User Book Search](./screenshots/user_book_search.jpg)\n\n## Features\n\nThe Library Management System provides two types of user roles: **Admin** and **User**.\n\n### Admin Features:\n- **Add Books**: Admins can add new books to the library.\n- **Edit Books**: Modify the details of existing books.\n- **Delete Books**: Remove books from the library system.\n- **Manage Users**: Add, edit, or remove users from the system.\n\n### User Features:\n- **Search Books**: Search for books in the library catalog.\n- **Borrow Books**: Users can borrow available books.\n- **Review Books**: Leave reviews and ratings for books.\n- **View Borrowed Books**: View the list of books the user has borrowed.\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. **Clone the repository**:\n    ```sh\n    git clone https://github.com/apostolos-k/ntua-multimedia-project.git\n    cd ntua-multimedia-project\n    ```\n\n2. **Set up the environment**:\n   Ensure you have Java and JavaFX installed on your system.\n\n3. **Run the application**:\n   Compile and run the project through your preferred IDE (such as IntelliJ IDEA or Eclipse) or through the command line:\n   ```sh\n   javac Main.java\n   java Main\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapostolos-k%2Fntua-multimedia-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapostolos-k%2Fntua-multimedia-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapostolos-k%2Fntua-multimedia-project/lists"}