Sunlight Labs Bulk Data: https://sunlightlabs.github.io/congress/#core-information
Eve Docs: http://python-eve.org/quickstart.html
- install homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python mongodb redis git
mongod --config /usr/local/etc/mongod.conf&
usefg
ctrl + C to turn it offgit clone git@github.com:ranman/RepreSpaceStation.git
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python application.py