Skip to content

Voxold/AirBnB_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB clone - The console

alt text

Description :

Hello and welcome to our "AirBnB Clone - The Console" Project! This project is like a copy of the popular AirBnB website. Our console helps with different tasks, such as making new users or places, getting information from different places, doing things like counting or figuring out statistics, changing things about objects, and even getting rid of objects in a smooth way. Our console project is all about handling information really well.

Explore the features and functionalities of our command interpreter.

How To Start ?

1 - Clone the project to your machine :

2 - Execute the console.py file and enjoy!

How To Use ?

1 - Execution console.py file

2 - Manage your project's objects by writing commands :

=> (hbnb) [agruments]

Commands Description Arguments
create Create new class Class name
destroy Deletes an instance <class name> <obj id>
update Updates an instance <class name> <id> <attribute name> <attribute value>
help Provide description about all commands Command
all Prints all string representation of all instances <class name> or not
show Prints the string representation of an instance <class name> <obj id>
EOF Exit the program --
quit Exit the program --

Contributers :

Bilal Ajaha

Paschal Ugoh

About

ALX Group project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.1%
  • HTML 34.3%
  • CSS 18.6%