ndush / AirBnB_clone_v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirBnB_clone_v3

Overview

The console is the first segment of the AirBnB project at Holberton School that will collectively cover fundamental concepts of higher level programming. The goal of AirBnB project is to eventually deploy our server a simple copy of the AirBnB Website(HBnB). A command interpreter is created in this segment to manage objects for the AirBnB(HBnB) website

Features

Create a new object (ex: a new User or a new Place) Retrieve an object from a file, a database etc... Do operations on objects (count, compute stats, etc...) Update attributes of an object Destroy an object

Installation

Clone this repository:https://github.com/ndush/AirBnB_clone_v3.git Access AirBnb directory: cd AirBnB_clone Run hbnb(interactively): ./console and enter command Run hbnb(non-interactively): echo "" | ./console.py

Authors

  • [Damaris Muange]

About


Languages

Language:HTML 91.2%Language:Less 3.5%Language:Python 2.6%Language:SCSS 1.7%Language:CSS 0.7%Language:JavaScript 0.1%Language:Ruby 0.1%Language:Makefile 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%