{"id":21898196,"url":"https://github.com/minightdev/airbnb_clone","last_synced_at":"2025-03-22T05:20:43.263Z","repository":{"id":206593521,"uuid":"713066254","full_name":"MinightDev/AirBnB_clone","owner":"MinightDev","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-16T17:08:01.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T06:12:14.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MinightDev.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":"2023-11-01T19:10:45.000Z","updated_at":"2023-11-10T23:43:50.000Z","dependencies_parsed_at":"2023-11-16T18:28:00.887Z","dependency_job_id":"ce38a620-3821-4061-b7c2-c640cc207831","html_url":"https://github.com/MinightDev/AirBnB_clone","commit_stats":null,"previous_names":["minightdev/airbnb_clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinightDev%2FAirBnB_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinightDev%2FAirBnB_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinightDev%2FAirBnB_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinightDev%2FAirBnB_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinightDev","download_url":"https://codeload.github.com/MinightDev/AirBnB_clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244908990,"owners_count":20530150,"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-28T14:24:37.363Z","updated_at":"2025-03-22T05:20:43.244Z","avatar_url":"https://github.com/MinightDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AirBnB Clone - The Console\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.discordapp.com/attachments/551050418541821992/1173998974445834391/65f4a1dd9c51265f49d0.png?ex=6565febf\u0026is=655389bf\u0026hm=34b07b21b53af483bfd5e4a1092e17d00f5b381967a79f93095b634bb6437c78\u0026\" alt=\"AirBnB Clone Logo\" width=\"200\"\u003e\n\u003c/p\u003e\n\n**Project:** 0x00. AirBNB Clone - The Console | **By:** Guillaume\n\n**Weight:** 5 | **Project Duration:** Nov 6, 2023 4:00 AM - Nov 13, 2023 4:00 AM \n\n**Team Members:** Ayoub Baalla, Elhihi Mohamed\n\nWelcome to the AirBnB Clone project! This project is the first step towards building a full web application that emulates the functionality of Airbnb. In this project, we are going to create a command-line interface (CLI) known as \"The Console,\" which allows us to manage AirBnB objects using various commands.\n\n## Table of Contents\n\n- [Background Context](#background-context)\n- [Installation](#installation)\n- [Usage](#usage)  \n- [Commands](#commands)\n- [File Structure](#file-structure)\n- [Contributors](#contributors)  \n- [License](#license)\n\n## Background Context\n\nThis project is designed to teach us various fundamental concepts in Python, including: \n\n- Python packages and modules\n- Object-Oriented Programming (OOP)\n- Creating a command-line interface (CLI)\n- Serialization and deserialization of objects\n- Unit testing using the `unittest` framework\n\nThe project aims to mimic the basic functionalities of Airbnb, focusing on creating classes to represent different elements of the application, managing object serialization and deserialization, and providing a command-line interface for interacting with the objects.\n\n## Installation\n\n1. Clone the repository:\n\n`git clone https://github.com/MinightDev/AirBnB_clone`\n\n2. Navigate to the project directory:\n\n`cd AirBnB_clone`\n\n3. Run the console:\n\n`./console.py`\n\n## Usage\n\nOnce the console is launched, you can start using various commands to manage your AirBnB objects. For a list of available commands, type `help` or `help \u003ccommand\u003e` to get more information about a specific command.\n\n## Commands\n\nThe following commands are available in the console:\n\n- `create`: Creates a new instance of a class and saves it to a JSON file.\n\n- `show`: Displays the string representation of an instance.\n\n- `destroy`: Deletes an instance based on the class name and ID.\n\n- `all`: Displays all instances of a class or all instances in the storage.\n\n- `update`: Updates the attributes of an instance.\n\nFor a complete list of available commands, refer to the console's built-in help feature.\n\n## File Structure\n\nThe project file structure is organized as follows:\n\n- `console.py`: The main command-line interface (CLI) script.\n\n- `models/`: Directory containing class definitions for different AirBnB objects.\n\n- `models/engine/`: Directory containing the storage engine implementation.\n\n- `tests/`: Directory containing unit tests for the project.\n\n## Contributors\n\n- Ayoub Baalla (Team Member)\n\n- Elhihi Mohamed (Team Member)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminightdev%2Fairbnb_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminightdev%2Fairbnb_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminightdev%2Fairbnb_clone/lists"}