{"id":22428168,"url":"https://github.com/aelabassi/airbnb_clone","last_synced_at":"2025-09-16T20:50:02.203Z","repository":{"id":225892293,"uuid":"767130618","full_name":"aelabassi/AirBnB_clone","owner":"aelabassi","description":"The AirBnB clone project","archived":false,"fork":false,"pushed_at":"2024-03-18T23:26:53.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T11:43:12.556Z","etag":null,"topics":["cmd","flask","html-css-javascript","json","python","python-abc","python-cmd","python-oop","restful-api","sql","webstatic"],"latest_commit_sha":null,"homepage":"","language":"Python","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/aelabassi.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}},"created_at":"2024-03-04T18:56:42.000Z","updated_at":"2024-03-06T00:13:52.000Z","dependencies_parsed_at":"2024-03-22T06:55:25.072Z","dependency_job_id":null,"html_url":"https://github.com/aelabassi/AirBnB_clone","commit_stats":null,"previous_names":["aelabassi/airbnb_clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelabassi%2FAirBnB_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelabassi%2FAirBnB_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelabassi%2FAirBnB_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelabassi%2FAirBnB_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelabassi","download_url":"https://codeload.github.com/aelabassi/AirBnB_clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798537,"owners_count":20673901,"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":["cmd","flask","html-css-javascript","json","python","python-abc","python-cmd","python-oop","restful-api","sql","webstatic"],"created_at":"2024-12-05T20:14:00.524Z","updated_at":"2025-09-16T20:49:57.177Z","avatar_url":"https://github.com/aelabassi.png","language":"Python","readme":"# 0x00-AirBnB_clone\n\n\u003ch1\u003e Welcome to the AirBnB clone project \u003c/h1\u003e\n\n\u003ch3\u003e\u003cem\u003eFirst step: The command console to manage AirBnB objects\u003c/em\u003e\u003c/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eCreate a parent class \u003ccode\u003eBaseModel\u003c/code\u003e (abstract?) to take care of initialization, serialization and deserialization\u003c/li\u003e\n\n\u003cli\u003eCreate a simple flow of serialization/deserialization: Instance \u003c-\u003e Dictionary \u003c-\u003e JSON string \u003c-\u003e file\u003c/li\u003e\n\n\u003cli\u003eCreate all classes used for AirBnB (\u003ccode\u003eUser\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eCity\u003c/code\u003e, \u003ccode\u003ePlace\u003c/code\u003e…) that inherit from BaseModel\u003c/li\u003e\n\n\u003cli\u003eCreate the first abstracted storage engine of the project: File storage.\u003c/li\u003e\n\n\u003cli\u003eCreate all unittests to validate all our classes and storage engine\n\u003c/li\u003e\n\n\u003c/ul\u003e\n\n\u003ch3\u003eExecution\u003c/h3\u003e\n\n\u003cp\u003eInteractive mode:\u003c/p\u003e\n\n```\n$ ./console.py\n(hbnb) help\n\nDocumented commands (type help \u003ctopic\u003e):\n========================================\nEOF help quit \n\n(hbnb)\n(hbnb)\n(hbnb) quit\n$\n```\n\n\u003cp\u003eNon ineractive mode\u003c/p\u003e\n\n```\n$ echo \"help\" | ./console.py\n(hbnb)\n\nDocumented commands (type help \u003ctopic\u003e):\n========================================\nEOF help quit\n(hbnb)\n$\n$ cat test_help\nhelp\n$\n$ cat test_help | ./console.py\n(hbnb)\n\nDocumented commands (type help \u003ctopic\u003e):\n========================================\nEOF help quit\n(hbnb)\n$\n```\n\n\u003cp\u003eAll tests should also pass in non-interactive mode: \u003ccode\u003e$ echo \"python3 -m unittest discover tests\" | bash\u003c/code\u003e \u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelabassi%2Fairbnb_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelabassi%2Fairbnb_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelabassi%2Fairbnb_clone/lists"}