AirBnB_clone_v2

时间:2021-04-14 21:05:42
【文件属性】:
文件名称:AirBnB_clone_v2
文件大小:79KB
文件格式:ZIP
更新时间:2021-04-14 21:05:42
Python AirBnB复制-控制台 该控制台是Holberton School的AirBnB项目的第一部分,将共同涵盖高级编程的基本概念。 AirBnB项目的目标是最终为我们的服务器部署AirBnB网站(HBnB)的简单副本。 在此段中创建了一个命令解释器,以管理AirBnB(HBnB)网站的对象。 此命令解释器的功能: 创建一个新对象(例如:一个新用户或一个新场所) 从文件,数据库等中检索对象... 对对象执行操作(计数,计算统计信息等) 更新对象的属性 销毁对象 表中的内容 环境 使用python3(版本3.4.3)在Ubuntu 14.04 LTS上解释/测试了该项目 安装 克隆此存储库: git clone "https://github.com/alexaorrico/AirBnB_clone.git" 进入AirBnb目录: cd AirBnB_clone 运行hbnb(交互
【文件预览】:
AirBnB_clone_v2-master
----models()
--------user.py(896B)
--------amenity.py(560B)
--------place.py(3KB)
--------state.py(1KB)
--------__init__.py(328B)
--------engine()
--------city.py(715B)
--------base_model.py(3KB)
--------review.py(726B)
----2-do_deploy_web_static.py(1016B)
----web_flask()
--------7-states_list.py(643B)
--------0-hello_route.py(282B)
--------9-states.py(732B)
--------templates()
--------8-cities_by_states.py(616B)
--------1-hbnb_route.py(379B)
--------10-hbnb_filters.py(687B)
--------5-number_template.py(1KB)
--------static()
--------6-number_odd_or_even.py(1KB)
--------__init__.py(0B)
--------3-python_route.py(809B)
--------4-number_route.py(983B)
--------README.md(37B)
--------2-c_route.py(556B)
----web_static()
--------images()
--------5-index.html(931B)
--------1-index.html(516B)
--------4-index.html(699B)
--------2-index.html(403B)
--------0-index.html(456B)
--------7-index.html(2KB)
--------3-index.html(503B)
--------6-index.html(1KB)
--------styles()
--------8-index.html(4KB)
--------README.md(500B)
----tests()
--------test_console.py(2KB)
--------__init__.py(0B)
--------test_models()
----setup_mysql_dev.sql(317B)
----setup_mysql_test.sql(323B)
----0-setup_web_static.sh(556B)
----AUTHORS(201B)
----3-deploy_web_static.py(2KB)
----console.py(6KB)
----README.md(9KB)
----1-pack_web_static.py(592B)

网友评论