{"id":24605982,"url":"https://github.com/university-experience/sakancom","last_synced_at":"2026-05-17T13:06:17.248Z","repository":{"id":227162400,"uuid":"745457855","full_name":"University-Experience/sakancom","owner":"University-Experience","description":"Desktop application using JavaFX for Housing operations","archived":false,"fork":false,"pushed_at":"2024-03-11T23:40:42.000Z","size":611,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T16:49:55.469Z","etag":null,"topics":["java","javafx","junit","software","software-engineering"],"latest_commit_sha":null,"homepage":"https://barasedih11.github.io/sakancom/","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/University-Experience.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":"2024-01-19T11:28:59.000Z","updated_at":"2024-12-17T20:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6deb682a-bf23-49de-8a24-e169515e7c80","html_url":"https://github.com/University-Experience/sakancom","commit_stats":null,"previous_names":["barasedih11/sakankom","university-experience/sakancom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/University-Experience%2Fsakancom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/University-Experience%2Fsakancom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/University-Experience%2Fsakancom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/University-Experience%2Fsakancom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/University-Experience","download_url":"https://codeload.github.com/University-Experience/sakancom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244206654,"owners_count":20416086,"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":["java","javafx","junit","software","software-engineering"],"created_at":"2025-01-24T16:50:01.602Z","updated_at":"2026-05-17T13:06:12.208Z","avatar_url":"https://github.com/University-Experience.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\r\n  \u003cimg src=\"https://github.com/BaraSedih11/sakancom/assets/98843912/3a6ff76c-5c49-43ef-9119-74c2cd47a467\" width=\"400px\" /\u003e\r\n  \r\n  \u003cbr /\u003e\r\n  \u003cbr /\u003e\r\n  \r\n   ![GitHub repo size](https://img.shields.io/github/repo-size/BaraSedih11/sakancom) \r\n   ![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/BaraSedih11/sakancom) \r\n   ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/BaraSedih11/sakancom/main)\r\n   [![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://github.com/BaraSedih/sakancom/releases/tag/v1.0.0)\r\n   [![Contributors](https://img.shields.io/github/contributors/BaraSedih11/sakancom)](https://github.com/BaraSedih11/sakancom/graphs/contributors)\r\n   ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/BaraSedih11/sakancom)\r\n\r\n\u003c/div\u003e\r\n\r\nSakancom is a desktop application aimed at providing users with a platform to browse, search, and list properties for buying, selling, or renting. This repository contains the source code for the project.\r\n\r\n## Features\r\n* Property Listings: Browse through a wide range of properties including houses, apartments, land, and commercial spaces.\r\n* Search Functionality: Easily search for properties based on location, price range, property type, and other filters.\r\n* User Authentication: Secure user authentication system for registered users to manage their listings and preferences.\r\n* Property Details: View detailed information about each property including images, description, amenities, and contact details.\r\n* Listing Management: Registered users can create, edit, and delete their property listings.\r\n* Responsive Design: The application is designed to be responsive and accessible across various screen sizes.\r\n\r\n## Installation\r\nTo run the Sakancom project locally, follow these steps:\r\n\r\n1. Clone the repository to your local machine:\r\n\r\n```\r\ngit clone https://github.com/BaraSedih11/sakancom.git\r\n```\r\n\r\n2. Navigate to the project directory:\r\n\r\n```\r\ncd sakancom\r\n```\r\n\r\n3. Ensure you have Java Development Kit (JDK) installed on your machine.\r\n\r\n4. Compile and run the application:\r\n\r\n```\r\njavac Main.java\r\njava Main\r\n```\r\n\r\n5. The application should launch and be ready for use.\r\n\r\n## Contributing\r\nContributions to Sakancom are welcome! If you'd like to contribute to the project, please follow these guidelines:\r\n\r\n1. Fork the repository and create your branch from main.\r\n2. Make your changes and ensure the code follows the project's style guidelines.\r\n3. Test your changes thoroughly.\r\n4. Create a pull request detailing the changes you've made and the problem or feature it addresses.\r\n\r\n## Acknowledgements\r\n* JavaFX - Java-based software platform for developing desktop applications.\r\n* FontAwesomeFX - Icon library for JavaFX applications.\r\n* JSON.simple - JSON parsing and encoding library for Java.\r\n* Apache Commons IO - Library of utilities to assist with common IO tasks in Java.\r\n\r\n## Contact\r\nFor any inquiries or issues regarding the project, feel free to contact the project owner: BaraSedih11.\r\n\r\n\r\n## Demo Video\r\n\r\n\r\n[![Demo Video](https://github.com/BaraSedih11/sakancom/assets/98843912/1bc81ad0-753f-430d-b0b4-89a5fbca8dff)](https://drive.google.com/file/d/1JcqXNxBc9OjZWBDanJ-HBNdB2wHrUngk/view?usp=sharing)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversity-experience%2Fsakancom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiversity-experience%2Fsakancom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversity-experience%2Fsakancom/lists"}