A POC for a property data platform.
And the platform API documentation.
- Python
This app connects to a database on heroku. You need to add the database details to a .env
file. Set these vars
HEROKU_PGDATABASE=
HEROKU_PGHOST=
HEROKU_PGPASSWORD=
HEROKU_PGUSERNAME=
We recommend working in a virtual environment.
Install the python dependencies
make init
Run the app with
make run
Read the documentation here
There are bulk data load scripts in cli.py
. They are intended to be run on developer's machine or a VM.