AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
I have a add get and count, kindly help me review and merge it
updated file and database storage
This repo is about integrating RESTful API into the Airbnb clone project.
Update DBStorage and FileStorage, adding two new methods. All changes should be done in the branch storage_get_count. Make a pull request on GitHub.com, and ask at least one of your...
In the recent commits, I added two new functions as specified in task 2 of the RESTFUL API project. The functions def get and def count.