A new codebase again? Yes!For this project you will fork this codebase:Update the repository name to AirBnB_clone_v4Update the README.md:Add yourself as an author of the projectAdd new information about your new contributionMake it better!If you’re the owner of this codebase, create a new repository called AirBnB_clone_v4 and copy over all files from AirBnB_clone_v3If you didn’t install Flasgger from the previous project, it’s time! sudo pip3 install flasgger
Question
A new codebase again? Yes!For this project you will fork this codebase:Update the repository name to AirBnB_clone_v4Update the README.md:Add yourself as an author of the projectAdd new information about your new contributionMake it better!If you’re the owner of this codebase, create a new repository called AirBnB_clone_v4 and copy over all files from AirBnB_clone_v3If you didn’t install Flasgger from the previous project, it’s time! sudo pip3 install flasgger
Solution
Sure, here are the steps to follow:
-
Fork the codebase: This is done by clicking on the 'Fork' button usually found at the top right corner of the repository page. This creates a copy of the codebase in your GitHub account.
-
Update the repository name: Click on the 'Settings' tab in your new repository and change the name to 'AirBnB_clone_v4'.
-
Update the README.md: Click on the 'README.md' file in your repository, then click on the pencil icon to edit the file. Add your name as an author and include new information about your contribution to the project. Click 'Commit changes' when you're done.
-
If you're the owner of the original codebase, create a new repository in your GitHub account called 'AirBnB_clone_v4'. Then, manually copy over all files from 'AirBnB_clone_v3' to this new repository.
-
Install Flasgger if you haven't already. Open your terminal and type
sudo pip3 install flasgger. Enter your password if prompted.
Remember to commit and push all your changes to GitHub.
Similar Questions
root@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/__init__.cpython-38.pycerror: pathspec '../__pycache__/__init__.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/amenity.cpython-38.pycerror: pathspec '../__pycache__/amenity.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/base_model.cpython-38.pycerror: pathspec '../__pycache__/base_model.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/city.cpython-38.pycerror: pathspec '../__pycache__/city.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/place.cpython-38.pycerror: pathspec '../__pycache__/place.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/review.cpython-38.pycerror: pathspec '../__pycache__/review.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/state.cpython-38.pycerror: pathspec '../__pycache__/state.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore ../__pycache__/user.cpython-38.pycerror: pathspec '../__pycache__/user.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore __pycache__/__init__.cpython-38.pycerror: pathspec '__pycache__/__init__.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine# git restore __pycache__/file_storage.cpython-38.pycerror: pathspec '__pycache__/file_storage.cpython-38.pyc' did not match any file(s) known to gitroot@50939bb4d223:/AirBnB_clone_v2/models/engine#
First step: Write a command interpreter to manage your AirBnB objects.This is the first step towards building your first full web application: the AirBnB clone. This first step is very important because you will use what you build during this project with all other following projects: HTML/CSS templating, database storage, API, front-end integration…Each task is linked and will help you to:put in place a parent class (called BaseModel) to take care of the initialization, serialization and deserialization of your future instancescreate a simple flow of serialization/deserialization: Instance <-> Dictionary <-> JSON string <-> filecreate all classes used for AirBnB (User, State, City, Place…) that inherit from BaseModelcreate the first abstracted storage engine of the project: File storage.create all unittests to validate all our classes and storage engine
Why did Airbnb migrate to the cloud?SELECT THE CORRECT ANSWERReduce cost as compared to on-premise infrastructureIncrease performance and reduce downtimeManage and customize the stack without dependenciesAll the above
Performing revisions to existing program code is an example of:Adebugging.Bstructured programming.Cprogram maintenance.Dwalk through.SUBMIT
Second HorizonWhich one of the following activities is the closest to defining Airbnb’s second horizon?To include or arrange for more facilities like a swimming pool, smoking rooms, parking areas etc within the homestayTo include an option of bed and breakfast free of cost To allow customers to book local restaurants and experiences along with the regular homestayTo help customers with varying discounts on bookings made 3 months prior to the date of booking
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.