{"id":19513843,"url":"https://github.com/syssos/airbnb_clone","last_synced_at":"2026-02-09T08:35:58.665Z","repository":{"id":69810156,"uuid":"136673591","full_name":"Syssos/AirBnB_clone","owner":"Syssos","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-24T19:40:37.000Z","size":530,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T22:41:18.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Syssos.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-08T23:05:53.000Z","updated_at":"2018-06-24T19:40:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"118fc9d1-c221-4478-8836-94f62f7c7147","html_url":"https://github.com/Syssos/AirBnB_clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Syssos/AirBnB_clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2FAirBnB_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2FAirBnB_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2FAirBnB_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2FAirBnB_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syssos","download_url":"https://codeload.github.com/Syssos/AirBnB_clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2FAirBnB_clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272279801,"owners_count":24906000,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T23:33:19.022Z","updated_at":"2026-02-09T08:35:53.645Z","avatar_url":"https://github.com/Syssos.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Holberton AirBnB project\n\n\u003cimg src=\"https://s3.amazonaws.com/intranet-projects-files/holbertonschool-higher-level_programming+/263/HBTN-hbnb-Final.png\"/\u003e\n\n## How to use:\n~ Clone the repo:\nhttps://github.com/Syssos/AirBnB_clone\n\u003cbr\u003e\nUse \u003cbold\u003echmod\u003c/bold\u003e to make program executable (console)\n\u003cbr\u003e\nex: chmod u+x console.py\n\n## How to use:\nThis program is an interactive/non-interactive interface that allows for someone to create/manage objects \u003cbr\u003e\nof multiple classes related to the AirBnB clone. To use this program correctly please take in not how it is used below\n\n### adding objects:\nWhen a user adds an object they will see the JSON string representation of that object being stored in the \"file.json\" file \u003cbr\u003e\nThe \"file.json\" is the \"Database\" for the project. \u003cbr\u003e\nTo create an instance of a class use the keyword Create \u003cbr\u003e\nThere are 2 classes you can create \"user\" and \"BaseModel\" to create versions of these you will have to specify that when using create \u003cbr\u003e\nex: create BaseModel\n\u003cbr\u003e\nOther commands include:\n~ all - shows all instances saved \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) all \u003cbr\u003e\n\u003cbr\u003e\n~ show - shows all information for a specific instance \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) show BaseModel/User \u003cid number\u003e \u003cbr\u003e\n\u003cbr\u003e\n~ create - creates instance \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) create BaseModel/User \u003cbr\u003e\n\u003cbr\u003e\n~ destroy - removes instance \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) destroy BaseModel/User \u003cid number\u003e\u003cbr\u003e\n\u003cbr\u003e\n~ update - updates an instance of a class \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) update BaseModel \u003cid number\u003e first_name \"Betty\"\u003cbr\u003e\n\u003cbr\u003e\n~ EOF (ctrl + D) - quits the program \u003cbr\u003e\n\u003cbr\u003e\n~ help - shows a breif description of the command \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) help \u003ccommand\u003e \u003cbr\u003e\n\u003cbr\u003e\n~ quit - quits the program \u003cbr\u003e\n\u003cbr\u003e\n  (hbnb) quit \u003cbr\u003e\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyssos%2Fairbnb_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyssos%2Fairbnb_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyssos%2Fairbnb_clone/lists"}