tragic86 / AirBnB_clone

Rebuild a functioning model of the AirBnB application from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Holberton BnB

Holberton BnB is a months-long, multi-stage project for students at Holberton School where we create a working duplicate of the AirBnB web interface, simple storage systems and an API

Audience

Holberton BnB is intended for Holberton School students, staff and potential employers to explore the concepts learned by students at Holberton School during low-level and higher-level studies

Environment

Holberton BnB was built and tested in the Ubuntu 14.04 LTS via Vagrant in VirtualBox

Respository Contents

Holberton BnB files:

File Description
README.md
models/init.py
console.py
models/base_model.py
models/user.py
models/state.py
models/city.py
models/amenity.py
models/place.py
models/review.py
models/engine/init.py
models/engine/file_storage.py
tests/
AUTHORS

How to Install

Clone the repo below

https://github.com/rocketHTML/AirBnB_clone

Example Output

$ 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)
$

To do

TBD

Authors


Legal

Use and transfer of Holberton BnB may be subject to certain restrictions by the United States and other governments.

It's your responsibility to ensure that you use and/or transfer does not violate applicable laws.

For more information, please see http://www.bis.doc.gov

Licensing

Holberton BnB is licensed under the MIT License.

About

Rebuild a functioning model of the AirBnB application from scratch


Languages

Language:Python 71.3%Language:HTML 19.5%Language:CSS 9.2%