Skip to content

Boak123/AirBnB_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB clone - The console

The AirBnB console this about create a minishell, this console works in interactive and non-interactive mode; this project is just a basic copy of AirBnB

command interpreter or console

The first piece is to manipulate a powerful storage system. this storage engine will give us an abstraction between "My object" and "How they are stored and persisted". This means: from your console code (the command interpreter itself) and from the front-end and RestAPI you will build later, you won't have to pay attention (take care) of how your objects are stored

how to start it:

in order to start the console, you must use the following command: ./console.py

How to used:

  • manage (create, update, destroy, etc) objects via a console / command interprete
  • store and persist objects to a file (JSON file)
  • Commands: create, show, destroy, all (shows all), update, help, quit ###Example how to open: ''' $ ./console,py (hbnb) help

Documented commands (type help ):

EOF help quit

(hbnb) (hbnb) (hbnb) quit $ '''

Contact info:

Git: Boak123

Git: AkinsolaTemidayo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.1%
  • CSS 14.5%
  • Python 12.4%