Integration hub for all Access Missouri data sets (built in Django).
This is a pretty big project with tens of thousands of lines of code and tons of different data sources. To keep things organized and simplify the process of learning what you need to know, most major documentation now happens in the project wiki.
Requires:
- Python 2.7 (currently testing 3.5 also)
- PostgreSQL 9.4 or greater
To bootstrap the project locally:
make bootstrap
To run tests locally:
make test