AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
updated db_storage and file_storage with get and count updated test files for db_storage and file_storage to test get and count @anto-muli please review
This pull request is to get the storage function that I saved in this branch.
Added all api endpoints
help merge this pull request. It is an update to the file models/engine/db_storage.py and models/engine/db_storage.py with their respective test cases files
merge with main about a storage update
Add two methods to both storage engine (File& DB) - get() : A method to retrieve one object - count() : A method to count the number of objects in...