/AirBnB_clone

Developing an AirBnB Clone Website in Python

Primary LanguagePython

An AirBnb Clone

Developing an AirBnB Clone Website in Python using the Flask Framework

HolbertonBnB logo

How it Works - Execution

Interactive Mode

$ ./console.py
(hbnb) help

Documented commands (type help <topic>):
========================================
EOF  help  quit

(hbnb) 
(hbnb) 
(hbnb) quit
$

Non-Interactive Mode

$ echo "help" | ./console.py
(hbnb)

Documented commands (type help <topic>):
========================================
EOF  help  quit
(hbnb) 
$
$ cat test_help
help
$
$ cat test_help | ./console.py
(hbnb)

Documented commands (type help <topic>):
========================================
EOF  help  quit
(hbnb) 
$

Conceptual Framework

HolbertonBnB logo

Authors

  • JAPHETH KIPKEMOI