- 2106752294 - Nicholas Sidharta
- 2106750313 - Raditya Aditama
- 2106750490 - Muhammad Iqbal Dwitama
- 2106639913 - Alanna
- 2106707012 - Danendra Herdiansyah
RentAcross is a revolutionary solution addressing the challenges faced by students and individuals seeking accommodation abroad in the rapidly evolving era of globalization. The app streamlines the often daunting process of finding housing in a foreign country, overcoming challenges such as limited information, difficulty communicating with local residents, lack of local knowledge, and financial constraints. Designed to provide comprehensive data on residences across various countries, RentAcross allows users to search for housing based on specific criteria such as price, location, and amenities. The app not only offers general information about each property but also provides specific details, including photos, reviews, and ratings from previous tenants, empowering users to make informed decisions. It simplifies the task of contacting and communicating with property owners or landlords, mitigating language and cultural barriers. Furthermore, RentAcross goes beyond basic housing details by offering additional information about the surrounding area, such as nearby facilities, public transportation options, and essential services, enhancing users' understanding of their prospective neighborhoods. The app also addresses budgetary concerns by providing cost information for rental options, enabling users to find accommodation within their financial constraints. In essence, RentAcross emerges as a comprehensive and user-friendly tool that not only facilitates an efficient housing search process but also fosters better communication and understanding for individuals and students moving abroad.
- Clone the repository
- Change directory to the project folder
- Create a virtual environment
python -m venv env
- Activate the virtual environment
env\Scripts\activate
- Install the dependencies
pip install -r requirements.txt
- Make migrations
python manage.py makemigrations
- Migrate
python manage.py migrate
- Run the app
python manage.py runserver