This is an app to assist International students in renting homes and finding roommates in Northern Virginia. The intended audience will be international students trying to rent a home or find roommates in Northern Virginia. This platform can help them find an apartment willing to have international students.
- Python
- Django
- Django Rest Framework
- PostgreSQL
- HTML
- CSS
- JavaScript
- jQuery
- AJAX
- Users can create an account and log in
- Users can create a property listing
- Users can edit their property listing
- Users can delete their property listing
- Users can view a list of properties
- Users can view a property detail page
- Users can rate and comment on a property
- Users can view their profile
- Users can view their activities
- Users can view their messages
- Users can view their notifications
- Users can view their bookmarks
- Users can view their properties
- Users can view their reviews
- Users can view their settings
- Clone the repository
git clone
- Install the required packages
pip install -r requirements.txt
- Run the server
python manage.py runserver
- Open the web app in your browser
http://