{"id":21229634,"url":"https://github.com/sameetasadullah/hotel-reservation-system","last_synced_at":"2026-05-17T17:09:11.417Z","repository":{"id":136453813,"uuid":"523103586","full_name":"SameetAsadullah/Hotel-Reservation-System","owner":"SameetAsadullah","description":"A Hotel Reservation System named as VBook, coded in Java and JavaFX. Administrator, Receptionist, Vendor, and Customer are the four users of this project","archived":false,"fork":false,"pushed_at":"2022-10-09T01:02:22.000Z","size":45035,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-29T05:34:34.076Z","etag":null,"topics":["hotel-reservation-system","java","javafx","scenebuilder"],"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/SameetAsadullah.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":"2022-08-09T20:45:55.000Z","updated_at":"2024-04-29T11:18:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6001d3ca-3918-46cb-936b-2018276ca819","html_url":"https://github.com/SameetAsadullah/Hotel-Reservation-System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SameetAsadullah/Hotel-Reservation-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FHotel-Reservation-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FHotel-Reservation-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FHotel-Reservation-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FHotel-Reservation-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SameetAsadullah","download_url":"https://codeload.github.com/SameetAsadullah/Hotel-Reservation-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FHotel-Reservation-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["hotel-reservation-system","java","javafx","scenebuilder"],"created_at":"2024-11-20T23:28:47.240Z","updated_at":"2026-05-17T17:09:11.401Z","avatar_url":"https://github.com/SameetAsadullah.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHotel Reservation System\u003c/h1\u003e\n\n### Description\nA `Hotel Reservation System` named as `VBook`, coded in `Java and JavaFX`. Using csv files for storing the data. Administrator, Receptionist, Vendor, and Customer are the `Four Users` of this project and are described below:\n\n#### Customer\n- Can login\n- Can SignUp\n- Can Search Hotels\n- Can Reserve Rooms\n\n#### Vendor\n- Can login\n- Can SignUp\n- Can Advertise Hotels\n- Can view history\n\n#### Receptionist\n- Can login\n- Can register Customers\n- Can reserve bookings for customers\n- Can register vendors\n- Can advertise hotels of vendors\n\n#### Admin\n- Can edit/view/delete customer's data\n- Can edit/view/delete vendor's data\n- Can edit/view/delete receptionist's data\n- Can edit/view/delete advertised hotels data\n\n### Manual\n1) [Download](https://download.oracle.com/otn/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_windows-x64_bin.exe) and install `jdk-15` from the given link (`C:\\Program Files\\Java\\jdk-15` folder should be there after installation)\n    ```\n    https://download.oracle.com/otn/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_windows-x64_bin.exe\n    ```\n    \n2) [Download](https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/requirements/) the javafx file from the given link and Extract it into C:\\Program Files\\Java\n    ```\n    https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/requirements/\n    ```\n\n3) Open the provided project in intelliJ\n4) Go to run -\u003e edit configurations -\u003e Select your main that you are running -\u003e Modify Option -\u003e Tick the Add VM option\n5) Paste the given code in the VM Box\n    ```\n    --module-path\n    \"C:\\Program Files\\Java\\javafx-sdk-15.0.1\\lib\"\n    --add-modules=javafx.controls,javafx.fxml\n    ```\n\n6) Right click on your project -\u003e open module settings -\u003e global libararies -\u003e remove lib if already added -\u003e add lib folder located in `C:\\Program Files\\Java\\javafx-sdk-15.0.1`\n7) Run the project and it will be in running state.\n\n### Working Screenshots\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/homepage-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/login-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/signup-ss.png\" alt = \"\" width=\"400px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/reserve-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/reservation-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/register-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Hotel-Reservation-System/blob/main/extras/manage-ss.png\" alt = \"\" width=\"700px\"/\u003e\n\u003c/div\u003e\n\n### Contributors\n- [Sameet Asadullah](https://github.com/SameetAsadullah) \n- [Tayyab Ali](https://github.com/DarkDragz)\n- [Aysha Noor](https://github.com/ayshanoorr)\n- [Syed Hamza Tahir](https://github.com/S-Y-3-D)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fhotel-reservation-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameetasadullah%2Fhotel-reservation-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fhotel-reservation-system/lists"}