Skip to content

ALX group project with python and OOP

Notifications You must be signed in to change notification settings

Amarajah/AirBnB_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB_Clone - The Console/Command Interpreter

  • Data model
  • Object management via a console/command interpreter
  • Conversion to a file(JSON file)

Project Description

To create a sandboxed command line interface through which we can create, modify and delete objects in our file storage. This project currently only implements the back-end console. It is a complete web application, integrates database storage and front-end interfacing in a clone of AirBnB.

Console 💻

The console is a command line interpreter that permits management of the backend of AirBnB. It can be used to handle and manipulate all classes utilized by the application (achieved by calls on the storage object defined above).

Using the Console

Coming soon...

Authors ✒️

About

ALX group project with python and OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.9%
  • HTML 15.5%
  • CSS 7.2%
  • Shell 0.4%