Welcome to the AirBnB clone project! This Command Line Interface (CLI) is designed to manage your AirBnB objects efficiently. Before diving into the development, please familiarize yourself with the AirBnB concept page to understand the scope and goals of this project.
The purpose of this project is to build a command interpreter that will serve as the backbone for AirBnB clone web application. This command interpreter will enable us to perform various tasks such as creating new objects, retrieving objects from storage, performing operations on objects, updating object attributes, and destroying objects.
To get started with the AirBnB CLI, follow these simple steps:
Installation: Clone this repository to your local machine.
Dependencies: Ensure you have Python installed on your machine. This project is developed using Python 3.
Setting Up: Navigate to the project directory and install the required dependencies by running:
Contributions to this project are welcome! Feel free to submit issues or pull requests if you encounter any problems or have suggestions for improvement.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using the AirBnB CLI! Happy coding!