home-seller-web-app
Real estate web platform for selling and buying homes build with Django && Reactjs.
Prerequisites
- pip package manager
$ pip --version
v9.0.1 (python 3.6)
Installing
- Install dependencies
$ pip install requirements.txt
Running
$ python manage.py runserver
Built With
Backend
-
Django - The web framework for perfectionists with deadlines.
-
Django-rest-framework - Awesome web-browsable Web APIs.
-
Django-pandas - Tools for working with pydata.pandas in Django projects.
-
Sklearn - Python software machine learning library.
Note: I used Django pandas and Sklearn for buidling a recommender system of each property (Suggestions).
-
Celery - Celery is an asynchronous task queue/job queue based on distributed message passing.