Skip to content

kimaru355/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb clone project

A class BaseModel that defines all common attributes/methods for other classes re-create an instance with this dictionary representation We are recreate a BaseModel from another one by using a dictionary representation A program called console.py that contains the entry point of the command interpreter Updating our command interpreter (console.py) to have these commands we need Write a class User that inherits from BaseModel Writing all those classes that inherit from BaseModel Update FileStorage to manage correctly serialization and deserialization of all our new classes: Place, State, City, Amenity and Review

Update your command interpreter (console.py) to allow those actions: show, create, destroy, update and all with all classes created previously.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published