Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 672 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 672 Bytes

0x00 AirBnB Clone - Console

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

Installation

Requirements

Steps

  1. Clone Repository

  2. Install Dependencies

  3. Run Project

Usage

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