toms3t / Propalyzer

Web app that helps investors evaluate residential investment property opportunities
MIT License
67 stars 28 forks source link

Propalyzer

Build Status

Try it! http://propalyzer.info

Time to get up and running = less than 10 minutes

Web app that helps investors evaluate investment property opportunities. The user inputs a US residential property address and the app uses Zillow's API to pull property details. The app presents the property details to the user for inspection and the ability to edit. With the details finalized, the app will crunch the data and return information about the property including:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. YOU DON'T NEED AN API KEY! Without a Zillow API key, the app will use dummy data for a fake property to enable development of the app without the API key.

Prerequisites (MacOS and Linux Users)

$ source env/bin/activate (run this from the directory with 'env' folder)
$ python -m pip install -r requirements.txt

Prerequisites (Windows Users)

> python3.8 -m pip install -r Propalyzer/requirements.txt

Deployment

http://propalyzer.info

Built With

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments