/AirBnB_clone

Building AirBnB console

Primary LanguagePython

AirBnB Clone - The Console

The goal of AirBnB project is to eventually deploy our server a simple copy of the AirBnB Website(HBnB). A command interpreter is created in this segment to manage objects for the AirBnB(HBnB) website.

Functionalities of this command interpreter

Create a new object (ex: a new User or a new Place) Retrieve an object from a file, a database etc... Do operations on objects (count, compute stats, etc...) Update attributes of an object Destroy an object

Examples of use

use the command ./console.py (hbnb) help Documented commands (type help ) EOF help quit

(hbnb) (hbnb) (hbnb) quit $