Skip to content

nelsonwamalwa/AirBnB_clone

Repository files navigation

0x00 AirBnB Clone - Console

A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)

Installation

  1. Clone the repository as follows:

    $ git clone https://github.com/nelsonwamalwa/AirBnB_clone.git
  2. Move one step into the repository with a cd command:

        $ cd AirBnB_clone
  3. Install all necessary dependencies through the requirements.txt file:

        $ pip install -r requirements.txt

    or

        $ pip3 install -r requirements.txt
  4. Run the console script and happy hBnB ⛪.

        $ ./console.py

Usage

Here are some basic usage examples you can start to play with.

Basic Usage

Typical usage example:

    $ ./console
    (hbnb)

    (hbnb) help
    Documented commands (type help <topic>):
    ========================================
    EOF  create  help  quit

    (hbnb)
    (hbnb) quit
    $

Options

Examples

Example 1:

Example 2:

Contributing

License

Features

Testing

Documentations

Contributors