Skip to content

Matsadura/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the AirBnB clone project!

The command interpreter

This is the first step toward the first full web application: The AirBnB clone. This first step is very important because we'll use this interpreter with all other following projects: HTML/CSS templating, database storage, API, front-end integeration....

How to use:

./console

Allowed commands:

(hbnb) help

Documented commands (type help <topic>):
========================================
EOF  all  create  destroy  help  quit  show  update
all <classname>
        shows all the instance of the <classname>/the all classes
		        if <classname> isn't specified
create <classname>
        Create a new instance from the <classname>

destroy <classname> <id>
        deletes the given instance `can't be reverted`

quit
		Quit command to exit the program

show <classname> <id>
        print string representation of the instance

update <class name> <id> <attribute> <value>
        updates an attribute in a specific classname by a given value

Authors✒️:

About

A simple copy of the AirBnB website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published