Git Product home page Git Product logo

airbnb_clone's Introduction

Bre

AirBnB_clone

HBnB

Introduction:

This is the first step towards building our first full web application: the AirBnb clone. We must begin by writing a command interpreter to manage all the objects for AirBnb! We must also build a storage engine, with which the interpreter will interact.

Installation ๐Ÿ› ๏ธ

Clone AirBnB_clone repository:

git clone https://github.com/aleiadevore/AirBnB_clone.git

There are two ways in which the interpreter can be run:
Interactive and Non-Interactive modes.:

Interactive Mode:

./console.py
(hbnb) <command>

Non-Interactive Mode:

echo "<command>" | ./console.py

Usage ๐Ÿ‘ฉโ€๐Ÿ’ป

The console accepts the following commands:

create
show
destroy
all
update

Command Description Ex:
create creates a new instance then prints it's id. create City
show shows instance based on class name and id. show User 4555-4655-54585
destroy destroys an instance based on class name and id. destroy Amenity
all prints all instances based or not on the class name all City
all
update Updates an instance based on the class name and id by adding or updating attribute update User 4654-4646-4654 name "Lemon"

Contributing ๐Ÿคœ๐Ÿค›

This project has been assigned under the curriculum offered by Holberton School. The contributors of this repository are:
Aleia Devore
Bre Rickner

Issues ๐Ÿง

This project is currently in progress and some issues are to be expected while construction is still underway ๐Ÿค“

airbnb_clone's People

Contributors

brerickner avatar aleiadevore 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.