AirBnB_clone_v2 icon indicating copy to clipboard operation
AirBnB_clone_v2 copied to clipboard

Results 400 AirBnB_clone_v2 issues
Sort by recently updated
recently updated
newest added

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...