This is a Django Based application for real estate listings and manegement. This project is made as part of the course Python Django Dev To Deployment by Brad Traversy. This website is currently hosted on www.checkrealestate.live
Functinalities:
- Browse and search through property Listings without logging in.
- Filter based on city, price, number of bedrooms and also keywords like 'pool', etc.
- Registerd users can create enquiries for listing and view updates on their dashboard.
- Admin portal to control the addition, deletion and publishing of properties, adding realtors, etc.
Installtion guide:
- Clone the repo: git clone
- Install packagaes: pip install requirements.txt
- Start the virtual environment using: source venv/bin/activate
- Run the server: python manage.py runserver