Giter VIP home page Giter VIP logo

airbnb_clone's Introduction

AirBnB Clone - The Console

hbnb logo


Description of the project

This is the first part toward building a full web application of an AirBnB clone. The console is a tool to validate the storage engine of

diagram of the console and file_storage engine

Table of contents ๐Ÿ“œ


Environment

This project was created, interpreted, and tested on Ubuntu 14.04 LTS using python3 (version 3.4.3). Code conforms to PEP 8 style (version 1.7.0).

Installation and how to use it.

  • Clone this repo.

Using the console

  • Running the console in interactive mode:
$ ./console.py
(hbnb) help

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

(hbnb)
(hbnb)
(hbnb) quit
$
  • Running the console/shell in 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)
$


File descriptions

console.py - the console is the entry point of the command interpreter. models amenity.py base_model.py city.py engine file_storage.py init.py place.py review.py state.py user.py README.md tests init.py test_console.py test_models test_amenity.py test_base_model.py test_city.py test_place.py test_review.py test_state.py test_user.py AUTHORS

Examples

  • [objectObject]

Authors โœ’๏ธ

airbnb_clone's People

Contributors

amilcararmmand avatar maxlov avatar mfeliciano778 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.