8000 GitHub - aliabdallah7/AirBnB_clone: a command interpreter to manage AirBnB objects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aliabdallah7/AirBnB_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB_clone

a command interpreter to manage AirBnB objects.

This project is a console application that aims to:

1.create your data model

2.manage (create, update, destroy, etc) objects via a console / command interpreter

3.store and persist objects to a file (JSON file)

How to start it

To start the command line interpreter in interactive mode

run the console.py file

$ ./console.py

In order to know how to use it run the following command

(hbnb) help

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

(hbnb)

To quit the command line interpreter:

(hbnb) quit
$

In non-interactive mode

$ echo "help" | ./console.py
(hbnb)

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

About

a command interpreter to manage AirBnB objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.9%
  • HTML 25.0%
  • CSS 15.1%
0