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.
1 - Clone the project to your machine :
2 - Execute the console.py
file and enjoy!
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 | -- |