{"id":21500159,"url":"https://github.com/furkanbaran/java-movie-management-system","last_synced_at":"2025-03-17T13:15:22.889Z","repository":{"id":174306557,"uuid":"652047840","full_name":"FurkanBaran/Java-Movie-Management-System","owner":"FurkanBaran","description":"Java Movie Management System","archived":false,"fork":false,"pushed_at":"2024-05-15T22:30:13.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T22:41:29.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FurkanBaran.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":"2023-06-10T23:16:20.000Z","updated_at":"2024-05-15T22:30:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"342d05fc-3322-4cc3-8d0f-d56ca7fa2ea4","html_url":"https://github.com/FurkanBaran/Java-Movie-Management-System","commit_stats":null,"previous_names":["furkanbaran/moviedatabaseapplication","furkanbaran/java-movie-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurkanBaran%2FJava-Movie-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurkanBaran%2FJava-Movie-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurkanBaran%2FJava-Movie-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurkanBaran%2FJava-Movie-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FurkanBaran","download_url":"https://codeload.github.com/FurkanBaran/Java-Movie-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039241,"owners_count":20387835,"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":[],"created_at":"2024-11-23T17:22:02.717Z","updated_at":"2025-03-17T13:15:22.841Z","avatar_url":"https://github.com/FurkanBaran.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Java Movie Management System\n\nThis Java application is **my first Java project**, quickly developed over the course of **1-2 days** upon request. It uses a text file as a simple database to manage movie-related data. The application offers a comprehensive set of features for managing movies, stars, and their ratings.\n\n## Features\n\n- **Movie Management**: Users can add new movies to the system. Each movie is stored with unique details such as title, year, length, genre, studio, producer, and a description.\n- **Star Management**: The application allows adding stars to movies. Users can search for stars and list all movies associated with a particular star.\n- **Rating Management**: Users can add ratings to movies. The application calculates and updates average ratings based on new user input.\n- **View Counts**: Functionality to update and track the view counts of movies.\n- **Search and Display**: Users can search for movies by star name or movie title. It can also retrieve and display movie posters based on the movie ID.\n- **Error Handling**: Provides feedback through dialog boxes if the user inputs invalid data or if no matching records are found.\n\n## Prerequisites\n\n- Java Development Kit (JDK)\n- Java Runtime Environment (JRE)\n\n## Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/FurkanBaran/Java-Movie-Management-System.git\n   cd Java-Movie-Management-System\n\n\n2.  **Open IntelliJ IDEA** and select `File \u003e Open`.\n    \n3.  **Navigate to the cloned directory** and select the project to open it.\n    \n4.  **Ensure the project is recognized as a Java project** by checking that the `.idea` folder and `.iml` file are correctly configured.\n    \n5.  **Build the project** by selecting `Build \u003e Build Project`.\n    \n\n### Using Eclipse\n\n1.  **Clone the repository:**\n    \n    `git clone https://github.com/FurkanBaran/java-movie-management.git` \n    \n2.  **Open Eclipse** and go to `File \u003e Import`.\n    \n3.  **Choose \"Existing Projects into Workspace\"** under the \"General\" folder.\n    \n4.  **Select the root directory** where you cloned the project.\n    \n5.  **Make sure the project is selected and click \"Finish\"** to import.\n    \n6.  **Build the project** by right-clicking on the project in the Project Explorer and selecting `Build Project`.\n\n    \n\n## Usage\n\n-   **Start the application** using the provided command in the installation section.\n-   **Add a movie**: Enter the movie details in the provided fields and click 'Add Movie'.\n-   **Add a star to a movie**: Enter star details along with the associated movie ID.\n-   **Search for a star**: Enter a star's name to retrieve a list of movies they are associated with.\n-   **Add ratings**: Input the rating details including movie ID and rating value.\n\n# Pseudo login screen\n![Screenshot00](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/d928157f-f4af-4223-9a8c-d4695ce4b24d)\n\n# Screenshoots from app\n![Screenshot01](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/83f4cc20-9572-4784-9fd8-f402b6e7bcef)\n\n![Screenshot02](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/cb2e1049-e90f-4b89-91eb-81d622bd5adf)\n\n![Screenshot03](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/ae5035f5-edc7-4c4f-97d6-5f02f1629fbc)\n\n![Screenshot04](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/6b4e86cb-ea9b-4eaf-86c0-bd8849901fc3)\n\n## Error message\n![Screenshot06](https://github.com/FurkanBaran/MovieDatabaseApplication/assets/21145014/1fcae0d3-ad3b-479c-add8-2edb6e911020)\n\n\n## Contributing\n\nFeel free to fork this repository and submit pull requests to contribute to further enhancements. You can also open issues to suggest improvements or report problems.\n\n## License\n\nThis project is open-sourced under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanbaran%2Fjava-movie-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurkanbaran%2Fjava-movie-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanbaran%2Fjava-movie-management-system/lists"}