This Web-app allows a user to search among enlisted properties on the website also interested users can make an inquiry about specific
property by submitting the inquiry form to its Realtor.
Following are the main features, the GIF's showing how to search, register & login, view listings
and make an inquiry.
There's a search form in home page which allows user to filter search according to their need
i.e. number of bedrooms, garage, price filter, location(state-wise, city-wise).
Basic User Register and Authentication function.
A carousel which shows enlisted images of the property (max 6).
Users can make inquiry if they are interested by submitting the form which will send
mail to its realtor notifiying them about the inquiry.
Feature Requests/ Issues and contributions are welcome, just star and fork the repo to your profile.
OR
-
Run this in your terminal.
git clone https://github.com/rahulnegi20/Estate-web-app.git
-
Make a venv.
python3 -m venv myenv
-
Install requirements.
pip install -r requirements.txt
-
Move to the root directory i.e. (where is your manage.py located) & run.
python manage.py migrate
python manage.py runserver