Skip to content

HoudaAbdellaoui1/AirBnB_clone

Repository files navigation

AirBnB Clone Project

This project is a simple command line interface (CLI) to manage a database of AirBnB-style lodgings. It allows you to create, retrieve, update, and delete various objects that represent lodgings, users, and other data.

Command Interpreter

The command interpreter is a simple program that allows you to interact with the database using a set of commands.

Available Commands

  • create: Creates a new object of a given class with the given attributes.
  • show: Prints the attributes of a given object.
  • destroy: Deletes a given object.
  • all: Prints the attributes of all instances of a given class.
  • quit: quit the console

To start the command interpreter, simply run the following command in your terminal:./console.py

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published