COMP9900/3900 Project by Virtuosic 42
Name | zID | Role | |
---|---|---|---|
Yakun Zhao | [email protected] | z5103010 | Team Member |
Youran Dong | [email protected] | z5136941 | Team Member |
Timur Abdiukov | [email protected] | z5214048 | Team Member |
Priyanka S Sawant | [email protected] | z5149937 | Scrum Master |
E-commerce has changed the way people perceive many things today, including tourism and hospitality. Considering the convenience and cost/time saving online hotel booking platforms are becoming increasingly popular among leisure travellers. This widespread adoption of internet technology creates the need for providing accommodation booking services online for travellers. Online travel agents such as Airbnb provides marketplaces for property owners to rent out their properties, and travellers to search for their desired accommodations. These travel agents gather details of accommodations around the world or sometimes part of the world and make it available on a single platform for travellers. Airbnb serves the role of an intermediary, facilitating the buyer-seller interaction by providing a secure and trusted platform.
The following instructions were used to set up the project on the Ubuntu machine
Installing Python 3 and pip
sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
Installing required components
pip3 install -r requirements.txt
Running the project
python3 app.py
You surely can! But be sure to check your code runs before making a merge request