/AirBnB_clone

AirBnB clone for Holberton School

Primary LanguagePython

0x00. AirBnB clone - The console

Overview

AirBnB clone project the console, where we created a command interpreter to manage our AirBnB objects. The console allows us to create a new objects, retrieve an object from a file, a database etc, perform operations on objects such as count, compute stats, etc, update the attributes of an object, and destroy an object.

Table of Contents

Requirements

Environment

Ubuntu 14.04 LTS

Python version

Python 3.4.3

Style

PEP 8 (v.1.7)

Installation

  • Clone Repo
https://github.com/ibeckermayer/AirBnB_clone.git

Usage

Authors