Having sleepless nights looking for a house?, Master homes provides the easiest and most efficient house hunting help website connecting you to home owners and easy viewing of a house of your choice in any location. House features included, you can get any house that matches your taste and price. Enjoy!
Follow the instructions below beginning from the prerequisites to get the project set upand running. See deployment for notes on how to deploy the project on a live system.
- Django installation
- Python installatio
- pip installation
- Python code-runner
visual studio,pycharm or any text editor of your choice.
Clone the project or fork the repository to your github and then clone to your local machine
git clone https://github.com/Martin023/house-hunting
navigate to the parent folder of the project
cd/< clone location >/house-hunting
Install and activate a python virtual environment From terminal :
pip3 install virtual env
virtualenv <virtual environment name>
source <virtual environment name>/bin/activate
Install project requirements:
pip3 install -r requirements.txt
Replace environment varibles with your own
django configurations
SECRET_KEY=
Postgrress database configurations
DB_NAME=
DB_USER=
DB_PASS=
DB_HOST=
cloudinary configurations
API_KEY=
API_SECRET=
Run the project on a local server : The default is on port 8000
python3 manage.py runserver <port>
The project should be running on the localhost as shown below
To run tests
make test
Follow [this] link for on deploying notes.
- Django - The web framework used
- Cloudinary - Images storage platform
- Postgressql - Database used
Create a request on the [contrubutions] link. Once granted access create a new branch
git branch <branchname>
Code Away!
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Martin Maina - martin023
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Maryann -Technical Mentor
- Inspiration - masterhomes.co.ke