/AirBnB_clone

Another

Primary LanguagePython

AirBnB clone - The console

Project Description

The HBNB project is an Airbnb clone that allows users to list, discover, and book accommodations. It provides a web-based interface for users to explore properties, and it includes a command-line interface (CLI) for managing the application.

Command Interpreter Description

The command interpreter (CLI) is a text-based interface that allows users to interact with the HBNB application through commands. It provides a set of commands for managing users, properties, and other aspects of the application.

How to Start the Command Interpreter

  1. Clone the HBNB project repository to your local machine.
    git clone https://github.com/your-username/hbnb-project.git
  2. Navigate to the project directory.
    cd AirBnB_clone
  3. Start the command interpreter.
    ./console.py