- This Project was done during ALX Software Engineering | Fullstack Program in the second sprint, and it aims on building a AirBNB clone-console
clone of AirBnB platform with limited features.
./console.py
(hbnb) help
Documented commands (type help <topic>):
========================================
EOF all count create destroy help quit show update
(hbnb)
(hbnb) help quit
Quit command to exit the program
(hbnb)
(hbnb) quit
$
(hbnb) create <class>
(hbnb) show <class> <id>
(hbnb) destory <class> <id>
(hbnb) all <class> or all
(hbnb) update <class name> <id> <attribute name> "<attribute value>"
(hbnb) <class name>.all()
(hbnb) <class name>.count()
(hbnb) <class name>.show(<id>)
(hbnb) <class name>.destroy(<id>)
<class name>.update(<id>, <attribute name>, <attribute value>)