AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
am creating a pull request so you can be able to merge to fulfill the remaining recommendation for task 2
airBnB
method get for getting a specific objects base on class and id method count for counting all the objects or all the objects for a specific class
we created pull request after updating our db storage and making tests for them
Get db_count
Added get method to return object dict by its class and id `def get(self, cls, id` Added count method to return count of instances of a class `def count(self, cls=None)`...
Update DBSTORAGE and FileStorage
merge the two branches