文件名称:AirBnB_clone
文件大小:42KB
文件格式:ZIP
更新时间:2024-03-12 21:20:49
Python
安装:
要使用SSH克隆HBNB:
Git clone git@github.com:avid-lei/AirBnB_clone.git
要使用HTTPS克隆HBNB:
Git clone https://github.com/avid-lei/AirBnB_clone.git
用法:
命令
./console
将输出以下提示:
(hbnb)
之后,您的HBNB应用程序就可以使您的生活变得更好!
接受的命令:
命令
描述
使用范例
help
列出可用命令或详细说明特定命令的帮助
help
【文件预览】:
AirBnB_clone-master
----web_static()
--------4-index.html(802B)
--------6-index.html(2KB)
--------7-index.html(3KB)
--------README.md(15B)
--------1-index.html(761B)
--------2-index.html(460B)
--------W3C-Validator()
--------3-index.html(574B)
--------0-index.html(462B)
--------5-index.html(1KB)
--------styles()
--------8-index.html(7KB)
--------images()
----README.md(3KB)
----tests()
--------__init__.py(0B)
--------test_models()
----models()
--------state.py(164B)
--------review.py(202B)
--------base_model.py(1KB)
--------__init__.py(134B)
--------place.py(365B)
--------user.py(218B)
--------city.py(177B)
--------amenity.py(168B)
--------engine()
----AUTHORS(240B)
----console.py(6KB)