Started out as a hackathon entry for #KabantayNgBayan Procurement Hackathon last November 22-23 2014
Market Snitch is market research tool for PhilGEPs designed to help facilitate the creation of accurate budget estimates based on current market prices.
It's main goal is to help eradicate or minimize overbudgeting for government procurement projects.
See: https://pillow.readthedocs.org/en/latest/installation.html#simple-installation
$ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk
You should have a virtualenv ready with either Python 2.7.x or 3.x
This app is configured with PostgreSQL/MySQL in mind.
Under your project's settings folder you'll find a config.json
file. Fill it out with the needed
values. Alternatively you can also create a config-user.json
for configurations specific to a
particular environment.
TODO