/AirBnB_clone

High Level AirBnB Clone

Primary LanguageHTML

Welcome to the AirBnB clone project!

Project Description

  • A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)
  • A website (the front-end) that shows the final product to everybody: static and dynamic
  • A database or files that store data (data = objects)
  • An API that provides a communication interface between the front-end and your data (retrieve, create, delete, update them)

Command interpreter Description

With The Console Interpreter we are able to:

  • 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

Installation

  • Clone this repository:
   https://github.com/gildoch/AirBnB_clone.git
  • Navegate to AirBnB directory
  • Run hbnb:
./console.py

Authors